forked from qt-creator/qt-creator
Make category and page optional again in showOptionsDialog()
Change-Id: I9d0f0d3abb807c8751f26bcf25a31afc1dcff4e1 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user