- corrigé bug a la saisie du serveur\n- corrigé bug si adresse serveur vide

This commit is contained in:
2024-08-22 23:08:42 +02:00
parent ec38ce4ec3
commit 3396fde813
17 changed files with 1668 additions and 990 deletions
+2 -3
View File
@@ -1,5 +1,5 @@
#include "mainwindow.h"
#include "tools.h"
#include <QTranslator>
int main(int argc, char *argv[])
@@ -27,8 +27,7 @@ int main(int argc, char *argv[])
static const QString appName = "RsyncUI";
//Password passwdJob;
MainWindow w;
qInfo("RsyncUI begining");
info(DEBUGMACRO, "RsyncUI begining");
w.show();
w.init();
return a.exec();
}