Qx
v0.5.8
Qt Extensions Library
Loading...
Searching...
No Matches
qx-system_p.h
1
#ifndef QX_SYSTEM_P_H
2
#define QX_SYSTEM_P_H
3
4
// Qt Includes
5
#include <QString>
6
7
namespace
Qx
8
{
11
//-Component Private Functions--------------------------------------------------------------------
12
bool
registerUriSchemeHandler(
const
QString
& scheme,
const
QString
& name,
const
QString
& command);
13
bool
checkUriSchemeHandler(
const
QString
& scheme,
const
QString
& path);
14
bool
removeUriSchemeHandler(
const
QString
& scheme,
const
QString
& path);
15
17
}
18
19
#endif
// QX_SYSTEM_P_H
Qx
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition
qx-processwaiter.cpp:5
QString
lib
core
src
qx-system_p.h
Generated by
1.10.0