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