mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
15 lines
157 B
C++
15 lines
157 B
C++
#ifndef TOOLS_H
|
|
#define TOOLS_H
|
|
|
|
#include <QString>
|
|
|
|
static QString settingsName = "settings.xml";
|
|
|
|
class Tools
|
|
{
|
|
public:
|
|
Tools();
|
|
};
|
|
|
|
#endif // TOOLS_H
|