KShare/formatter.hpp
2017-04-23 20:29:24 +02:00

13 lines
167 B
C++

#ifndef FORMATTER_HPP
#define FORMATTER_HPP
#include <QRegExp>
#include <QString>
namespace formatter
{
QString format(QString toFormat);
}
#endif // FORMATTER_HPP