forked from qt-creator/qt-creator
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
This commit is contained in:
@@ -64,7 +64,6 @@ public:
|
||||
void extensionsInitialized();
|
||||
void shutdown();
|
||||
|
||||
Core::ICore *core();
|
||||
QTextDocument::FindFlags findFlags() const;
|
||||
void updateFindCompletion(const QString &text);
|
||||
void updateReplaceCompletion(const QString &text);
|
||||
@@ -93,7 +92,6 @@ private:
|
||||
void readSettings();
|
||||
|
||||
//variables
|
||||
Core::ICore *m_core;
|
||||
QHash<IFindFilter *, QAction *> m_filterActions;
|
||||
|
||||
CurrentDocumentFind *m_currentDocumentFind;
|
||||
|
||||
Reference in New Issue
Block a user