Windows: QT_LIGHTHOUSE_WINDOWS_VERBOSE -> QT_QPA_VERBOSE.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Wed, 17 Oct 2012 13:22:58 +0000 (15:22 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 17 Oct 2012 19:20:57 +0000 (21:20 +0200)
Change-Id: Ieffa1f483cddd220b158ccd570af151420c8e3c3
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
src/plugins/platforms/windows/main.cpp
src/plugins/platforms/windows/qwindowscontext.h

index d337234..826d0df 100644 (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
index 78cd104..dcc636b 100644 (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;