summaryrefslogtreecommitdiff
path: root/tools/qml/qmlruntime.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-23 14:55:40 +1000
committerWarwick Allison <warwick.allison@nokia.com>2010-04-23 14:55:40 +1000
commit4b3526fe1793beb6f40aa64ed7f8caa8813c58bc (patch)
treebc5b07d994ec5afd00842b260ccf02efda8f27b8 /tools/qml/qmlruntime.h
parent81f6165b369ae07b0c70cd2684e2313491b6b2f4 (diff)
downloadqt4-tools-4b3526fe1793beb6f40aa64ed7f8caa8813c58bc.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qml/qmlruntime.h b/tools/qml/qmlruntime.h
index a00a7032d3..2a0a07dae5 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;