summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/blackberry/qbbscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/blackberry/qbbscreen.h')
-rw-r--r--src/plugins/platforms/blackberry/qbbscreen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/platforms/blackberry/qbbscreen.h b/src/plugins/platforms/blackberry/qbbscreen.h
index cb71b78..9d2b815 100644
--- a/src/plugins/platforms/blackberry/qbbscreen.h
+++ b/src/plugins/platforms/blackberry/qbbscreen.h
@@ -53,6 +53,7 @@ class QBBWindow;
class QBBScreen : public QPlatformScreen
{
+ Q_OBJECT
public:
static QList<QPlatformScreen *> screens() { return sScreens; }
static void createDisplays(screen_context_t context);
@@ -86,6 +87,9 @@ public:
QSharedPointer<QBBRootWindow> rootWindow() const { return mRootWindow; }
+private Q_SLOTS:
+ void keyboardHeightChanged(int height);
+
private:
screen_context_t mContext;
screen_display_t mDisplay;
@@ -96,6 +100,7 @@ private:
int mStartRotation;
int mCurrentRotation;
+ int mKeyboardHeight;
QSize mStartPhysicalSize;
QSize mCurrentPhysicalSize;
QRect mStartGeometry;