added: - history in combobox\n - settings in application
This commit is contained in:
+2
-2
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user