OpenCoverage

qplatformservices.cpp

Absolute File Name:/home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformservices.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4QPlatformServices::QPlatformServices()-
5{ }-
6-
7bool QPlatformServices::openUrl(const QUrl &url)-
8{-
9 QMessageLogger(__FILE__, 63, __PRETTY_FUNCTION__).warning("This plugin does not support QPlatformServices::openUrl() for '%s'.",-
10 QString(url.toString()).toLocal8Bit().constData());-
11 return
never executed: return false;
false;
never executed: return false;
0
12}-
13-
14bool QPlatformServices::openDocument(const QUrl &url)-
15{-
16 QMessageLogger(__FILE__, 70, __PRETTY_FUNCTION__).warning("This plugin does not support QPlatformServices::openDocument() for '%s'.",-
17 QString(url.toString()).toLocal8Bit().constData());-
18 return
never executed: return false;
false;
never executed: return false;
0
19}-
20QByteArray QPlatformServices::desktopEnvironment() const-
21{-
22 return
never executed: return QByteArray("UNKNOWN");
QByteArray("UNKNOWN");
never executed: return QByteArray("UNKNOWN");
0
23}-
24-
25-
26-
Switch to Source codePreprocessed file

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