added MacFullScreen class to enable Mac OS X Lion full-screen feature

Done with Max Desyatov<max.desyatov@gmail.com>

Change-Id: I2c3ff188b5f05dc3b8ec106fec0db3766b43a205
Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
This commit is contained in:
Eike Ziller
2012-03-15 19:41:18 +01:00
parent 4790641934
commit fe9faa8f6f
5 changed files with 219 additions and 7 deletions

View File

@@ -127,6 +127,9 @@ public:
bool isPresentationModeEnabled();
void setPresentationModeEnabled(bool);
#ifdef Q_OS_MAC
void setIsFullScreen(bool fullScreen);
#endif
signals:
void windowActivated();