aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/itestparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/itestparser.cpp')
-rw-r--r--src/plugins/autotest/itestparser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/autotest/itestparser.cpp b/src/plugins/autotest/itestparser.cpp
index b7e1f15245..27000748ad 100644
--- a/src/plugins/autotest/itestparser.cpp
+++ b/src/plugins/autotest/itestparser.cpp
@@ -41,8 +41,8 @@ CppParser::CppParser()
void CppParser::init(const QStringList &filesToParse, bool fullParse)
{
- Q_UNUSED(filesToParse);
- Q_UNUSED(fullParse);
+ Q_UNUSED(filesToParse)
+ Q_UNUSED(fullParse)
m_cppSnapshot = CppTools::CppModelManager::instance()->snapshot();
m_workingCopy = CppTools::CppModelManager::instance()->workingCopy();
}