summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-10-16 23:04:03 +0200
committerTannin <devnull@localhost>2013-10-16 23:04:03 +0200
commitb47c89661e603336abd98d5ecd0a82f6743cab18 (patch)
tree00f0bed2c72835ef4019831526d1a16ff0d9fd5d /src/mainwindow.cpp
parent0b84cc3d45e15d2edec6a083b5139e6d7528b53d (diff)
- plugin (esp/esm) list is now exposed to plugins (read-only functionality right now)
- integrated fomod installer now supports file dependencies - bugfix: integrated fomod installer crashed if the installer had no optiosn´´ns
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;