KShare/formatter.hpp

12 lines
180 B
C++
Raw Normal View History

2017-04-23 20:29:24 +02:00
#ifndef FORMATTER_HPP
#define FORMATTER_HPP
#include <QRegExp>
#include <QString>
2017-05-06 13:21:12 +02:00
namespace formatter {
QString format(QString toFormat, QString ext);
2017-04-23 20:29:24 +02:00
}
#endif // FORMATTER_HPP