diff options
Diffstat (limited to 'rbutil/rbutilqt/progressloggergui.cpp')
| -rw-r--r-- | rbutil/rbutilqt/progressloggergui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/progressloggergui.cpp b/rbutil/rbutilqt/progressloggergui.cpp index 4397d3c..f348d5b 100644 --- a/rbutil/rbutilqt/progressloggergui.cpp +++ b/rbutil/rbutilqt/progressloggergui.cpp @@ -22,6 +22,7 @@ ProgressLoggerGui::ProgressLoggerGui(QObject* parent): ProgressloggerInterface(parent) { downloadProgress = new QDialog(); + downloadProgress->setModal(true); dp.setupUi(downloadProgress); connect(dp.buttonAbort, SIGNAL(clicked()), this, SLOT(abort())); } |