#ifndef FORMATTER_HPP #define FORMATTER_HPP #include #include namespace formatter { QString format(QString toFormat, QString ext); } #endif // FORMATTER_HPP