equal
deleted
inserted
replaced
69 protected: |
69 protected: |
70 static QSoftKeyManager *self; |
70 static QSoftKeyManager *self; |
71 QHash<QAction*, Qt::Key> keyedActions; |
71 QHash<QAction*, Qt::Key> keyedActions; |
72 QMultiHash<int, QAction*> requestedSoftKeyActions; |
72 QMultiHash<int, QAction*> requestedSoftKeyActions; |
73 QWidget *initialSoftKeySource; |
73 QWidget *initialSoftKeySource; |
74 |
74 bool pendingUpdate; |
75 }; |
75 }; |
76 |
76 |
77 QT_END_NAMESPACE |
77 QT_END_NAMESPACE |
78 |
78 |
79 #endif //QT_NO_SOFTKEYMANAGER |
79 #endif //QT_NO_SOFTKEYMANAGER |