aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangpchmanager/pchmanagerconnectionclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/clangpchmanager/pchmanagerconnectionclient.cpp')
-rw-r--r--src/plugins/clangpchmanager/pchmanagerconnectionclient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/clangpchmanager/pchmanagerconnectionclient.cpp b/src/plugins/clangpchmanager/pchmanagerconnectionclient.cpp
index 41c17b04549..8528583201f 100644
--- a/src/plugins/clangpchmanager/pchmanagerconnectionclient.cpp
+++ b/src/plugins/clangpchmanager/pchmanagerconnectionclient.cpp
@@ -72,9 +72,9 @@ void ClangPchManager::PchManagerConnectionClient::sendEndCommand()
m_serverProxy.end();
}
-void PchManagerConnectionClient::resetCounter()
+void PchManagerConnectionClient::resetState()
{
- m_serverProxy.resetCounter();
+ m_serverProxy.resetState();
}
QString PchManagerConnectionClient::outputName() const