refactoring: naming notify

This commit is contained in:
semenov
2024-08-28 10:44:35 +03:00
parent 9d1c8277d5
commit 3e43e897e7
14 changed files with 66 additions and 57 deletions

View File

@@ -32,6 +32,7 @@ public:
static QString GetTime();
static QString CreateLocalPath(QString path);
static QString CreateFullPath(QString path);
static QString convertFileSize(quint64 fileSize);
};
#endif // GLOBAL_H