LSP: Remove unused function declaration

Change-Id: Ib8841b7eafb225faaa7952fde6c71cbcf6848c4f
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-05-07 13:59:08 +02:00
parent 5b5c61c519
commit 84e706b6da

View File

@@ -92,9 +92,6 @@ protected:
BaseSettings(BaseSettings &&other) = default; BaseSettings(BaseSettings &&other) = default;
BaseSettings &operator=(const BaseSettings &other) = default; BaseSettings &operator=(const BaseSettings &other) = default;
BaseSettings &operator=(BaseSettings &&other) = default; BaseSettings &operator=(BaseSettings &&other) = default;
private:
bool canStart(QList<const Core::IDocument *> documents) const;
}; };
class LANGUAGECLIENT_EXPORT StdIOSettings : public BaseSettings class LANGUAGECLIENT_EXPORT StdIOSettings : public BaseSettings