src/gui/kernel/qsoftkeymanager_common_p.h
branchRCL_3
changeset 14 c0432d11811c
parent 5 d3bac044e0f0
child 33 3e2da88830cd
equal deleted inserted replaced
13:cc75c76972ee 14:c0432d11811c
    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