aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/languageclient/client.cpp')
-rw-r--r--src/plugins/languageclient/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/languageclient/client.cpp b/src/plugins/languageclient/client.cpp
index 7ec64e0b688..a07d964db7d 100644
--- a/src/plugins/languageclient/client.cpp
+++ b/src/plugins/languageclient/client.cpp
@@ -1544,7 +1544,7 @@ void Client::projectClosed(ProjectExplorer::Project *project)
bool Client::canOpenProject(ProjectExplorer::Project *project)
{
- Q_UNUSED(project);
+ Q_UNUSED(project)
return true;
}