![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <QDebug>
#include <QFlags>
#include <QtWebEngineCore/QtWebEngineCoreVersion>
Go to the source code of this file.
Namespaces | |
namespace | Qz |
Macros | |
#define | FALKON_EXPORT Q_DECL_IMPORT |
#define | Q_UNLIKELY(x) x |
#define | Q_LIKELY(x) x |
#define | QSL(x) QStringLiteral(x) |
#define | QL1S(x) QLatin1String(x) |
#define | QL1C(x) QLatin1Char(x) |
#define | DEFAULT_THEME_NAME QSL("default") |
#define | DISABLE_CHECK_UPDATES true |
#define | DEFAULT_CHECK_DEFAULTBROWSER false |
#define | DEFAULT_DOWNLOAD_USE_NATIVE_DIALOG true |
#define DEFAULT_CHECK_DEFAULTBROWSER false |
Definition at line 132 of file qzcommon.h.
#define DEFAULT_DOWNLOAD_USE_NATIVE_DIALOG true |
Definition at line 137 of file qzcommon.h.
#define DEFAULT_THEME_NAME QSL("default") |
Definition at line 123 of file qzcommon.h.
#define DISABLE_CHECK_UPDATES true |
Definition at line 129 of file qzcommon.h.
#define FALKON_EXPORT Q_DECL_IMPORT |
Definition at line 28 of file qzcommon.h.
#define Q_LIKELY | ( | x | ) | x |
Definition at line 36 of file qzcommon.h.
#define Q_UNLIKELY | ( | x | ) | x |
Definition at line 32 of file qzcommon.h.
#define QL1C | ( | x | ) | QLatin1Char(x) |
Definition at line 48 of file qzcommon.h.
#define QL1S | ( | x | ) | QLatin1String(x) |
Definition at line 44 of file qzcommon.h.
#define QSL | ( | x | ) | QStringLiteral(x) |
Definition at line 40 of file qzcommon.h.