Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformservices.cpp |
Switch to Source code | Preprocessed file |
Line | Source | Count |
---|---|---|
1 | - | |
2 | - | |
3 | - | |
4 | QPlatformServices::QPlatformServices() | - |
5 | { } | - |
6 | - | |
7 | bool 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: false;return false; never executed: return false; | 0 |
12 | } | - |
13 | - | |
14 | bool 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: false;return false; never executed: return false; | 0 |
19 | } | - |
20 | QByteArray QPlatformServices::desktopEnvironment() const | - |
21 | { | - |
22 | return never executed: QByteArray("UNKNOWN");return QByteArray("UNKNOWN"); never executed: return QByteArray("UNKNOWN"); | 0 |
23 | } | - |
24 | - | |
25 | - | |
26 | - | |
Switch to Source code | Preprocessed file |