summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index b7a0fc2f..de6f20cf 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2095,6 +2095,11 @@ IDownloadManager *MainWindow::downloadManager()
return &m_DownloadManager;
}
+IPluginList *MainWindow::pluginList()
+{
+ return &m_PluginList;
+}
+
HANDLE MainWindow::startApplication(const QString &executable, const QStringList &args, const QString &cwd, const QString &profile)
{
QFileInfo binary;