summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformtheme_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qplatformtheme_p.h')
-rw-r--r--src/gui/kernel/qplatformtheme_p.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/kernel/qplatformtheme_p.h b/src/gui/kernel/qplatformtheme_p.h
index 2b965819c6..217c284a9e 100644
--- a/src/gui/kernel/qplatformtheme_p.h
+++ b/src/gui/kernel/qplatformtheme_p.h
@@ -52,6 +52,7 @@
//
#include <QtCore/QtGlobal>
+#include "private/qkeysequence_p.h"
QT_BEGIN_NAMESPACE
@@ -66,6 +67,11 @@ public:
void initializeSystemPalette();
+ static const QKeyBinding keyBindings[];
+ static const uint numberOfKeyBindings;
+
+ static unsigned currentKeyPlatforms();
+
QPalette *systemPalette;
};