summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient/languageclientsettings.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2018-09-17 14:37:34 +0200
committerDavid Schulz <david.schulz@qt.io>2018-09-20 13:08:05 +0000
commitd7b4f3fcf257a727a30de519e12290f050d3e23d (patch)
tree55a932a7765e147e6719c0be8568ae1f397fd24c /src/plugins/languageclient/languageclientsettings.h
parent1b2ad0e98927ecfda6a74ecf746b19e01a22bef7 (diff)
downloadqt-creator-d7b4f3fcf257a727a30de519e12290f050d3e23d.tar.gz
LSP: store settings on the heap
In preperation for specialized settings other than the stdio client Change-Id: I20ca33fd1d714e4e0ca527de86261c0a58740d15 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/languageclient/languageclientsettings.h')
-rw-r--r--src/plugins/languageclient/languageclientsettings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/languageclient/languageclientsettings.h b/src/plugins/languageclient/languageclientsettings.h
index 77fde957db..dd80219a7b 100644
--- a/src/plugins/languageclient/languageclientsettings.h
+++ b/src/plugins/languageclient/languageclientsettings.h
@@ -57,8 +57,6 @@ public:
bool isValid();
- bool operator==(const LanguageClientSettings &other) const;
-
BaseClient *createClient();
QVariantMap toMap() const;