Windows: QT_LIGHTHOUSE_WINDOWS_VERBOSE -> QT_QPA_VERBOSE.
Change-Id: Ieffa1f483cddd220b158ccd570af151420c8e3c3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
This commit is contained in:
parent
8a2d1ce2c6
commit
743d963078
@ -67,7 +67,7 @@ QT_BEGIN_NAMESPACE
|
||||
\section1 Tips
|
||||
|
||||
\list
|
||||
\li The environment variable \c QT_LIGHTHOUSE_WINDOWS_VERBOSE controls
|
||||
\li The environment variable \c QT_QPA_VERBOSE controls
|
||||
the debug level. It takes the form
|
||||
\c{<keyword1>:<level1>,<keyword2>:<level2>}, where
|
||||
keyword is one of \c integration, \c windows, \c backingstore and
|
||||
|
@ -118,7 +118,7 @@ public:
|
||||
SI_SupportsTouch = 0x2
|
||||
};
|
||||
|
||||
// Verbose flag set by environment variable QT_LIGHTHOUSE_WINDOWS_VERBOSE
|
||||
// Verbose flag set by environment variable QT_QPA_VERBOSE
|
||||
static int verboseIntegration;
|
||||
static int verboseWindows;
|
||||
static int verboseBackingStore;
|
||||
|
Loading…
Reference in New Issue
Block a user