@@ -0,0 +1,14 @@
#ifndef TOOLS_H
#define TOOLS_H
#include <QString>
static QString settingsName = "settings.xml";
class Tools
{
public:
Tools();
};
#endif // TOOLS_H
The note is not visible to the blocked user.