| Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformmenu.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | QPlatformMenuItem *QPlatformMenu::createMenuItem() const | - |
| 6 | { | - |
| 7 | return never executed: QGuiApplicationPrivate::platformTheme()->createPlatformMenuItem();return QGuiApplicationPrivate::platformTheme()->createPlatformMenuItem();never executed: return QGuiApplicationPrivate::platformTheme()->createPlatformMenuItem(); | 0 |
| 8 | } | - |
| 9 | - | |
| 10 | QPlatformMenu *QPlatformMenu::createSubMenu() const | - |
| 11 | { | - |
| 12 | return never executed: QGuiApplicationPrivate::platformTheme()->createPlatformMenu();return QGuiApplicationPrivate::platformTheme()->createPlatformMenu();never executed: return QGuiApplicationPrivate::platformTheme()->createPlatformMenu(); | 0 |
| 13 | } | - |
| 14 | - | |
| 15 | - | |
| Switch to Source code | Preprocessed file |