summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-09-07 11:36:25 +0200
committerNiels Weber <niels.weber@theqtcompany.com>2015-09-07 10:41:58 +0000
commitd3de2b14cbd02e85aa711051a2d6c8d1d18d65ba (patch)
treed50a4badf7433718109310571fb918f2f7d7a52f /tools
parentcab3405ad2b0d269924a93263298304bff8807eb (diff)
Compile with namespaces.
Change-Id: I734b0e27d53fd8b6199a3fb5891497df0e1815bb Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com> Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/repocompare/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/repocompare/mainwindow.h b/tools/repocompare/mainwindow.h
index 827c02298..7d87a399a 100644
--- a/tools/repocompare/mainwindow.h
+++ b/tools/repocompare/mainwindow.h
@@ -43,10 +43,11 @@
#include <QMainWindow>
#include <QNetworkAccessManager>
+QT_BEGIN_NAMESPACE
namespace Ui {
class MainWindow;
}
-
+QT_END_NAMESPACE
class MainWindow : public QMainWindow
{