added: - history in combobox\n - settings in application

This commit is contained in:
2023-01-15 13:26:14 +01:00
parent 789317ea12
commit cb384e1c51
8 changed files with 185 additions and 58 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include "downloadfile.h"
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "downloadfile.h"
#include "tools.h"
#include <pstreams/pstream.h>
#include <sstream>
@@ -74,7 +74,7 @@ void downloadFile::download(MainWindow *mw)
{
line.erase(0, pos);
value = stoi(line);
cout << value << endl;
//cout << value << endl;
emit progressSignal(value);
}
}