Debugger: Prevent lookup of C++11 keywords as variables

Take the opportunity to de-noise.

Change-Id: I0b9cfea127305ad72c0514625d9ffbd848c74409
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2016-04-19 21:39:41 +02:00
parent c2919c673b
commit ddd6fa88bf
2 changed files with 73 additions and 84 deletions

View File

@@ -28,7 +28,7 @@
// NOTE: Don't add dependencies to other files.
// This is used in the debugger auto-tests.
#include <QSet>
#include <QString>
namespace Debugger {
namespace Internal {