7688ba0 ^
1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef NAMEREPLACE_H #define NAMEREPLACE_H #include <QString> class NameReplace { public: static void loadSubs(); static void replace(QString& input); }; #endif