sauvegarde

This commit is contained in:
2025-03-21 13:44:27 +01:00
parent 00e428c5b6
commit a235d2f745
5 changed files with 60 additions and 13 deletions
+2
View File
@@ -3,6 +3,7 @@
#define DEBUGMACRO QString(__FILE__) + "->" + QString(Q_FUNC_INFO) + ": " + QString::number(__LINE__) + " -"
#include <QHostAddress>
#include <string>
#include <vector>
#include <array>
@@ -23,5 +24,6 @@ void warning(QString message);
void error(QString message);
void info(QString debugHeader, QString message);
QString preparePath(QString path);
QHostAddress searchHosts(QString server);
#endif // TOOLS_H