Skip to content
Snippets Groups Projects
Commit 6a8a7864 authored by hjk's avatar hjk Committed by hjk
Browse files

qttest: compile fix with namespaces

Change-Id: I2ea20b66fc68e6d3084e1c8b184d47df7ca49177
Reviewed-on: http://codereview.qt.nokia.com/3873


Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 94a00259
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,11 @@ ...@@ -35,9 +35,11 @@
#include <QDialog> #include <QDialog>
QT_BEGIN_NAMESPACE
namespace Ui { namespace Ui {
class AddManualTestDlg; class AddManualTestDlg;
} }
QT_END_NAMESPACE
class AddManualTestDlg : public QDialog class AddManualTestDlg : public QDialog
{ {
......
...@@ -36,9 +36,11 @@ ...@@ -36,9 +36,11 @@
#include "testgenerator.h" #include "testgenerator.h"
#include <QDialog> #include <QDialog>
QT_BEGIN_NAMESPACE
namespace Ui { namespace Ui {
class NewTestCaseDlg; class NewTestCaseDlg;
} }
QT_END_NAMESPACE
class NewTestCaseDlg : public QDialog class NewTestCaseDlg : public QDialog
{ {
......
...@@ -43,7 +43,9 @@ ...@@ -43,7 +43,9 @@
class ResultsView; class ResultsView;
class TestResultsWindow; class TestResultsWindow;
QT_BEGIN_NAMESPACE
class QToolButton; class QToolButton;
QT_END_NAMESPACE
ResultsView *testResultsPane(); ResultsView *testResultsPane();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment