summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-31 21:02:04 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:18 +0100
commitf2d8469ed6cd0fafc22097cdba2ee8f325f00513 (patch)
treecd61150c0187a93f1b68602a26d1d501c4d67ed7 /src/organizercore.h
parent8dffe65032c498a218079f941d88af6053b28d7f (diff)
Start moving stuff from MainWindow to PluginListView.
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index e060fbcb..24de26ee 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -227,8 +227,6 @@ public:
MOBase::VersionInfo getVersion() const { return m_Updater.getVersion(); }
- PluginListSortProxy *createPluginListProxyModel();
-
// return the plugin container
//
PluginContainer& pluginContainer() const;