| Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegrationplugin.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | QPlatformIntegrationPlugin::QPlatformIntegrationPlugin(QObject *parent) | - |
| 5 | : QObject(parent) | - |
| 6 | { | - |
| 7 | } never executed: end of block | 0 |
| 8 | - | |
| 9 | QPlatformIntegrationPlugin::~QPlatformIntegrationPlugin() | - |
| 10 | { | - |
| 11 | } | - |
| 12 | - | |
| 13 | QPlatformIntegration *QPlatformIntegrationPlugin::create(const QString &key, const QStringList ¶mList) | - |
| 14 | { | - |
| 15 | (void)key; | - |
| 16 | (void)paramList;; | - |
| 17 | return never executed: 0;return 0;never executed: return 0; | 0 |
| 18 | } | - |
| 19 | - | |
| 20 | QPlatformIntegration *QPlatformIntegrationPlugin::create(const QString &key, const QStringList ¶mList, int &argc, char **argv) | - |
| 21 | { | - |
| 22 | (void)argc; | - |
| 23 | (void)argv; | - |
| 24 | return never executed: create(key, paramList);return create(key, paramList);never executed: return create(key, paramList); | 0 |
| 25 | } | - |
| 26 | - | |
| 27 | - | |
| Switch to Source code | Preprocessed file |