CompilerExplorer: Remove undefined functions

Change-Id: I8ffe3b7ca77103bc88a6f994d58260b87e7f21fb
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Marcus Tillmanns
2023-08-18 09:25:08 +02:00
parent c96867655a
commit 48bb019027

View File

@@ -28,9 +28,6 @@ class CompilerExplorerPlugin : public ExtensionSystem::IPlugin
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "CompilerExplorer.json")
public:
CompilerExplorerPlugin();
~CompilerExplorerPlugin() override;
void initialize() override
{
static CompilerExplorer::EditorFactory ceEditorFactory;