src/gui/kernel/qsoftkeymanager_common_p.h
changeset 22 79de32ba3296
parent 18 2f34d5167611
child 33 3e2da88830cd
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
    68 
    68 
    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 
    74 
    74 };
    75 };
    75 
    76 
    76 QT_END_NAMESPACE
    77 QT_END_NAMESPACE
    77 
    78