summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/mainwindow.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-02-25 10:16:16 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2015-02-25 10:16:16 +0100
commit9e9755310ba4c4dc4aa46d6929fe5c2580fb2e73 (patch)
tree97ae417eddf52a6c4eb4aaedfcb14f029dd2093f /src/plugins/coreplugin/mainwindow.h
parent99e9643dea3871f26c5a09e4a1715ba84c9103e9 (diff)
parentc6a4c80728e560e76827e2d937368858926f7215 (diff)
downloadqt-creator-9e9755310ba4c4dc4aa46d6929fe5c2580fb2e73.tar.gz
Merge remote-tracking branch 'origin/3.4'
Diffstat (limited to 'src/plugins/coreplugin/mainwindow.h')
-rw-r--r--src/plugins/coreplugin/mainwindow.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/coreplugin/mainwindow.h b/src/plugins/coreplugin/mainwindow.h
index 7ee205f792..17b8f88457 100644
--- a/src/plugins/coreplugin/mainwindow.h
+++ b/src/plugins/coreplugin/mainwindow.h
@@ -122,11 +122,10 @@ public slots:
const QString &defaultLocation = QString(),
const QVariantMap &extraVariables = QVariantMap());
- bool showOptionsDialog(Id category = Id(), Id page = Id(), QWidget *parent = 0);
+ bool showOptionsDialog(Id page = Id(), QWidget *parent = 0);
bool showWarningWithOptions(const QString &title, const QString &text,
const QString &details = QString(),
- Id settingsCategory = Id(),
Id settingsId = Id(),
QWidget *parent = 0);
@@ -136,7 +135,6 @@ protected:
private slots:
void openFile();
void aboutToShowRecentFiles();
- void openRecentFile();
void setFocusToEditor();
void saveAll();
void aboutQtCreator();