From 239996dbc75e2dbb95cabb201d1b54c70e86c6f3 Mon Sep 17 00:00:00 2001 From: hjk Date: Sat, 29 Dec 2012 19:16:14 +0100 Subject: [PATCH] Make category and page optional again in showOptionsDialog() Change-Id: I9d0f0d3abb807c8751f26bcf25a31afc1dcff4e1 Reviewed-by: hjk --- src/plugins/coreplugin/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/coreplugin/mainwindow.h b/src/plugins/coreplugin/mainwindow.h index c96e7c652cb..c7454d0b760 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(),