summaryrefslogtreecommitdiffstats
path: root/subsurface-desktop-helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-desktop-helper.cpp')
-rw-r--r--subsurface-desktop-helper.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/subsurface-desktop-helper.cpp b/subsurface-desktop-helper.cpp
index af366fb84..420f75249 100644
--- a/subsurface-desktop-helper.cpp
+++ b/subsurface-desktop-helper.cpp
@@ -4,6 +4,7 @@
#include "display.h"
#include "desktop-widgets/mainwindow.h"
#include "helpers.h"
+#include "pluginmanager.h"
#include <QApplication>
#include <QDesktopWidget>
@@ -30,6 +31,8 @@ void init_ui()
{
init_qt_late();
+ PluginManager::instance().loadPlugins();
+
window = new MainWindow();
if (existing_filename && existing_filename[0] != '\0')
window->setTitle(MWTF_FILENAME);