diff options
Diffstat (limited to 'progressdialog.h')
-rw-r--r-- | progressdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progressdialog.h b/progressdialog.h index 6aee406..d41a515 100644 --- a/progressdialog.h +++ b/progressdialog.h @@ -9,7 +9,7 @@ class ProgressDialog : public QDialog { Q_OBJECT public: ProgressDialog(QWidget *parent = 0, Qt::WindowFlags f = 0); - void setLabelText(const QString &text) { mLabel->setText(text); } + void setLabelText(const QString &text); void setMaximum(int max) { mProgress->setMaximum(max); } public slots: |