summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppmodelmanager_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/cppmodelmanager_test.cpp')
-rw-r--r--src/plugins/cpptools/cppmodelmanager_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cpptools/cppmodelmanager_test.cpp b/src/plugins/cpptools/cppmodelmanager_test.cpp
index 1e14de0ecf..8c45d9319d 100644
--- a/src/plugins/cpptools/cppmodelmanager_test.cpp
+++ b/src/plugins/cpptools/cppmodelmanager_test.cpp
@@ -149,13 +149,13 @@ public:
bool writeContents(const QByteArray &contents) const
{
- return CppTools::Tests::TestCase::writeFile(m_filePath, contents);
+ return TestCase::writeFile(m_filePath, contents);
}
private:
void restoreContents() const
{
- CppTools::Tests::TestCase::writeFile(m_filePath, m_originalFileContents);
+ TestCase::writeFile(m_filePath, m_originalFileContents);
}
QByteArray m_originalFileContents;