Windows: QT_LIGHTHOUSE_WINDOWS_VERBOSE -> QT_QPA_VERBOSE.

Change-Id: Ieffa1f483cddd220b158ccd570af151420c8e3c3
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
This commit is contained in:
Friedemann Kleint 2012-10-17 15:22:58 +02:00 committed by The Qt Project
parent 8a2d1ce2c6
commit 743d963078
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;