forked from qt-creator/qt-creator
Use simpler Plugin::initialize() when feasible
Change-Id: I567965d266f20526bda9f823e31a04b354d53fb1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -21,12 +21,11 @@ class ClangCodeModelPlugin final: public ExtensionSystem::IPlugin
|
||||
|
||||
public:
|
||||
~ClangCodeModelPlugin() override;
|
||||
bool initialize(const QStringList &arguments, QString *errorMessage) override;
|
||||
void initialize() override;
|
||||
|
||||
private:
|
||||
void maybeHandleBatchFileAndExit() const;
|
||||
|
||||
private:
|
||||
void generateCompilationDB();
|
||||
void createCompilationDBAction();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user