summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/mainwindow.h')
-rw-r--r--src/plugins/coreplugin/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/mainwindow.h b/src/plugins/coreplugin/mainwindow.h
index c96e7c652c..c7454d0b76 100644
--- a/src/plugins/coreplugin/mainwindow.h
+++ b/src/plugins/coreplugin/mainwindow.h
@@ -138,7 +138,7 @@ public slots:
const QString &defaultLocation = QString(),
const QVariantMap &extraVariables = QVariantMap());
- bool showOptionsDialog(Id category, Id page, QWidget *parent = 0);
+ bool showOptionsDialog(Id category = Id(), Id page = Id(), QWidget *parent = 0);
bool showWarningWithOptions(const QString &title, const QString &text,
const QString &details = QString(),