Переместил две ф-и в Tools

This commit is contained in:
2025-07-03 09:55:35 +03:00
parent c46ae86791
commit a36dfe35fb
4 changed files with 24 additions and 25 deletions

View File

@@ -60,8 +60,7 @@ private:
void packetTypeInit(PacketType packet,Client *client);
void packetTypeInit(PacketType type);
QString createFullPath(QString path);
bool checkIsChangeable();
bool checkNonStaticData(QString path);
bool checkIsChangeable();
};
#endif // RECOGNIZESYSTEM_H