diff options
author | Michael Dominic K <mdk@codethink.co.uk> | 2010-10-07 16:51:50 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2010-10-07 17:01:56 (GMT) |
commit | df61814c228e6f2badf378e25b69daf9941c646b (patch) | |
tree | 3382a9f0ca78e0fc68a6317a969962e5a36fa6e2 /tools/qmeegographicssystemhelper/qmeegographicssystemhelper.h | |
parent | e7db6cd0bddb7203c5460e97e2b8164bbaf420b8 (diff) | |
download | Qt-df61814c228e6f2badf378e25b69daf9941c646b.zip Qt-df61814c228e6f2badf378e25b69daf9941c646b.tar.gz Qt-df61814c228e6f2badf378e25b69daf9941c646b.tar.bz2 |
Live texture updates to meegographicssystem helper.
Merge-request: 848
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'tools/qmeegographicssystemhelper/qmeegographicssystemhelper.h')
-rw-r--r-- | tools/qmeegographicssystemhelper/qmeegographicssystemhelper.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.h b/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.h index 02f2fa2..2bb75eb 100644 --- a/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.h +++ b/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.h @@ -89,6 +89,13 @@ public: switching is 'meego'. */ static bool isRunningMeeGo(); + + //! Returns true if running with a 'runtime' graphicssystem. + /*! + This function can be used in combination with ::runningGraphicsSystemName to figure out + the existing situation. + */ + static bool isRunningRuntime(); //! Switches to meego graphics system. /*! |