Skip to content

Commit

Permalink
ExtensionManager: Remove left over testing code
Browse files Browse the repository at this point in the history
Change-Id: I23c0d9981017eec7f7bc812853647bb812a84440
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
  • Loading branch information
aportale committed Dec 12, 2023
1 parent 5e996ca commit 0d5ec99
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/plugins/extensionmanager/extensionmanagerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <coreplugin/icontext.h>
#include <coreplugin/icore.h>
#include <coreplugin/imode.h>
#include <coreplugin/modemanager.h> // TODO: Remove!

#include <extensionsystem/iplugin.h>
#include <extensionsystem/pluginspec.h>
Expand Down Expand Up @@ -76,12 +75,6 @@ class ExtensionManagerPlugin final : public ExtensionSystem::IPlugin
m_mode = new ExtensionManagerMode;
}

bool delayedInitialize() final
{
ModeManager::activateMode(m_mode->id()); // TODO: Remove!
return true;
}

private:
ExtensionManagerMode *m_mode = nullptr;
};
Expand Down

0 comments on commit 0d5ec99

Please sign in to comment.