#ifndef TOOLS_H #define TOOLS_H #include static QString settingsName = "settings.xml"; class Tools { public: Tools(); }; #endif // TOOLS_H