diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-23 04:55:40 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-23 04:55:40 (GMT) |
commit | 4b3526fe1793beb6f40aa64ed7f8caa8813c58bc (patch) | |
tree | bc5b07d994ec5afd00842b260ccf02efda8f27b8 /tools/qml/qmlruntime.h | |
parent | 81f6165b369ae07b0c70cd2684e2313491b6b2f4 (diff) | |
download | Qt-4b3526fe1793beb6f40aa64ed7f8caa8813c58bc.zip Qt-4b3526fe1793beb6f40aa64ed7f8caa8813c58bc.tar.gz Qt-4b3526fe1793beb6f40aa64ed7f8caa8813c58bc.tar.bz2 |
Fix hidden menu on embedded.
Menu strangely still produces hits on embedded. Don't create it if frameless.
Diffstat (limited to 'tools/qml/qmlruntime.h')
-rw-r--r-- | tools/qml/qmlruntime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qml/qmlruntime.h b/tools/qml/qmlruntime.h index a00a703..2a0a07d 100644 --- a/tools/qml/qmlruntime.h +++ b/tools/qml/qmlruntime.h @@ -146,6 +146,7 @@ private slots: private: QString getVideoFileName(); + int menuBarHeight() const; PreviewDeviceSkin *skin; QSize skinscreensize; |