| 81 | constexpr Qt::Key VISIBILITY_KEY = Qt::Key_V; |
| 82 | |
| 83 | QChar KeyChar(Qt::Key key) |
| 84 | { |
| 85 | return QChar(static_cast<int>(key)); |
| 86 | } |
| 87 | |
| 88 | QString LabelWithShortcut(const QString& baseText, Qt::Key key) |
| 89 | { |
no outgoing calls
no test coverage detected