diff options
Diffstat (limited to 'src/plugins/autotest/testoutputreader.h')
-rw-r--r-- | src/plugins/autotest/testoutputreader.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/autotest/testoutputreader.h b/src/plugins/autotest/testoutputreader.h index 87216a2570c..763fe52ae7e 100644 --- a/src/plugins/autotest/testoutputreader.h +++ b/src/plugins/autotest/testoutputreader.h @@ -33,7 +33,6 @@ #include <QString> namespace Autotest { -namespace Internal { class TestOutputReader : public QObject { @@ -72,5 +71,4 @@ private: bool m_hadValidOutput = false; }; -} // namespace Internal } // namespace Autotest |