summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/progressloggergui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/progressloggergui.cpp')
-rw-r--r--rbutil/rbutilqt/progressloggergui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/progressloggergui.cpp b/rbutil/rbutilqt/progressloggergui.cpp
index 4397d3c2f5..f348d5b96d 100644
--- a/rbutil/rbutilqt/progressloggergui.cpp
+++ b/rbutil/rbutilqt/progressloggergui.cpp
@@ -22,6 +22,7 @@
22ProgressLoggerGui::ProgressLoggerGui(QObject* parent): ProgressloggerInterface(parent) 22ProgressLoggerGui::ProgressLoggerGui(QObject* parent): ProgressloggerInterface(parent)
23{ 23{
24 downloadProgress = new QDialog(); 24 downloadProgress = new QDialog();
25 downloadProgress->setModal(true);
25 dp.setupUi(downloadProgress); 26 dp.setupUi(downloadProgress);
26 connect(dp.buttonAbort, SIGNAL(clicked()), this, SLOT(abort())); 27 connect(dp.buttonAbort, SIGNAL(clicked()), this, SLOT(abort()));
27} 28}