OpenCoverage

qplatformintegrationplugin.cpp

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

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9