| 37 | } |
| 38 | |
| 39 | QAction *AbstractAction::qAction() |
| 40 | { |
| 41 | return d->action; |
| 42 | } |
| 43 | |
| 44 | void AbstractAction::setShortCutInfo(const QString &id, const QString &description, const QKeySequence defaultShortCut) |
| 45 | { |
no outgoing calls
no test coverage detected