Python: prevent setting local env to remote pyls

Change-Id: Id0eea5420c897687e6931bf640e3a37ba2638b8f
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2022-06-15 13:10:26 +02:00
parent e7d90c23b6
commit 1956fa0365
3 changed files with 18 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ class LANGUAGECLIENT_EXPORT StdIOClientInterface : public BaseClientInterface
{
Q_OBJECT
public:
StdIOClientInterface();
StdIOClientInterface() = default;
~StdIOClientInterface() override;
StdIOClientInterface(const StdIOClientInterface &) = delete;