Remove special code path for fullscreen support on Mac

This was necessary for supporting full screen on 10.7 even while
keeping compatibility with 10.6. Since we no longer support 10.6,
we can remove the workaround.

Change-Id: I03e23e9203836ab6fb5a836fc06a525e44516d34
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Eike Ziller
2014-07-10 16:57:28 +02:00
parent 6da19d072d
commit c3093cfff7
5 changed files with 35 additions and 221 deletions

View File

@@ -107,7 +107,7 @@ public:
void setOverrideColor(const QColor &color);
void setIsFullScreen(bool fullScreen);
void updateFullScreenAction();
bool isNewItemDialogRunning() const;
@@ -119,7 +119,7 @@ public slots:
void newFile();
void openFileWith();
void exit();
void setFullScreen(bool on);
void toggleFullScreen();
void showNewItemDialog(const QString &title,
const QList<IWizardFactory *> &factories,