Go to the source code of this file.
◆ launchWebBrowser()
static bool launchWebBrowser |
( |
const QUrl & |
url | ) |
|
|
static |
Definition at line 47 of file qdesktopservices_qws.cpp.
50 qWarning(
"QDesktopServices::launchWebBrowser not implemented");
Q_CORE_EXPORT void qWarning(const char *,...)
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
◆ openDocument()
static bool openDocument |
( |
const QUrl & |
file | ) |
|
|
static |
Definition at line 54 of file qdesktopservices_qws.cpp.
57 qWarning(
"QDesktopServices::openDocument not implemented");
Q_CORE_EXPORT void qWarning(const char *,...)
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...