aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/shared
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2012-10-23 11:27:55 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-10-23 13:54:08 +0200
commit525e94c8f2beaeb3277a4073fbc827b11ad4b3a7 (patch)
tree1c8135e25b05b45d7b03e3050479cced38f3f300 /src/app/shared
parent7717b8ecbeb1f816c057c119df15c86a37314384 (diff)
Remove some redundant namespace usages.
Change-Id: Ie00bea24eb95dbd16f987373138899825c228ce5 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/app/shared')
-rw-r--r--src/app/shared/commandlineparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/shared/commandlineparser.cpp b/src/app/shared/commandlineparser.cpp
index 7e2da6339..e9ed18e62 100644
--- a/src/app/shared/commandlineparser.cpp
+++ b/src/app/shared/commandlineparser.cpp
@@ -186,7 +186,7 @@ void CommandLineParser::doParse()
qbsInfo() << tr("Your main project file has the old suffix '.qbp'. This does not "
"hurt, but the convention is now to use '.qbs'.");
- qbsDebug() << qbs::DontPrintLogLevel << "Using project file '"
+ qbsDebug() << DontPrintLogLevel << "Using project file '"
<< QDir::toNativeSeparators(projectFileName()) << "'.";
}