summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/main.cpp
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-09-08 14:35:42 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-09-11 10:16:23 +0000
commit036c33da713fda3c17585a48de6d8d1ae67770ef (patch)
tree300a75957f9c0dd6641a1ce568f2f6127a915347 /examples/serialbus/can/main.cpp
parentd1d2345730efe0079713ab50727ef15613cb8492 (diff)
Some fixes for namespace compiled Qt.
Change-Id: Ib3fd1d28f68cc6d7afd4138882e03a709cfc7a0a Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/serialbus/can/main.cpp')
-rw-r--r--examples/serialbus/can/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/serialbus/can/main.cpp b/examples/serialbus/can/main.cpp
index 4e1d574..f23b403 100644
--- a/examples/serialbus/can/main.cpp
+++ b/examples/serialbus/can/main.cpp
@@ -41,8 +41,6 @@
#include "mainwindow.h"
#include <QApplication>
-QT_USE_NAMESPACE
-
int main(int argc, char *argv[])
{
QApplication a(argc, argv);