KShare/formatter.hpp

13 lines
167 B
C++
Raw Normal View History

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