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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/progressloggergui.cpp b/rbutil/rbutilqt/progressloggergui.cpp
index b66ec89a25..15ddc18663 100644
--- a/rbutil/rbutilqt/progressloggergui.cpp
+++ b/rbutil/rbutilqt/progressloggergui.cpp
@@ -19,9 +19,9 @@
19 19
20#include "progressloggergui.h" 20#include "progressloggergui.h"
21 21
22ProgressLoggerGui::ProgressLoggerGui(QObject* parent): ProgressloggerInterface(parent) 22ProgressLoggerGui::ProgressLoggerGui(QWidget* parent): ProgressloggerInterface(parent)
23{ 23{
24 downloadProgress = new QDialog(); 24 downloadProgress = new QDialog(parent);
25 downloadProgress->setModal(true); 25 downloadProgress->setModal(true);
26 dp.setupUi(downloadProgress); 26 dp.setupUi(downloadProgress);
27 dp.listProgress->setAlternatingRowColors(true); 27 dp.listProgress->setAlternatingRowColors(true);