forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user