forked from qt-creator/qt-creator
AutoTest: Shuffle namespaces for clearer separation
Change-Id: I6ac440c6d72c3d0dbcd75907f8a6ae756f3cf5ee Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#include <qmljs/qmljsdocument.h>
|
||||
|
||||
namespace Autotest {
|
||||
namespace Internal {
|
||||
|
||||
class TestParseResult
|
||||
{
|
||||
@@ -88,7 +87,6 @@ protected:
|
||||
CppTools::WorkingCopy m_workingCopy;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Autotest
|
||||
|
||||
Q_DECLARE_METATYPE(Autotest::Internal::TestParseResultPtr)
|
||||
Q_DECLARE_METATYPE(Autotest::TestParseResultPtr)
|
||||
|
||||
Reference in New Issue
Block a user