diff options
| author | Tannin <devnull@localhost> | 2013-11-27 20:25:24 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-11-27 20:25:24 +0100 |
| commit | f1515193ca82c229a712f067f61f1c26e9b83400 (patch) | |
| tree | c0a50bbfcde4644b7f05e30c90211b69b60a25d0 /src/settings.h | |
| parent | db0347212a509b9ceef1cede61a4afd7d2253014 (diff) | |
- plugins can now be localized too
- fixes to the installer script
- extended build scripts to fetch translations from pootle server automatically
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 51ee6b92..abffc94b 100644 --- a/src/settings.h +++ b/src/settings.h @@ -251,6 +251,11 @@ public: */ bool pluginBlacklisted(const QString &fileName) const; + /** + * @return all loaded MO plugins + */ + std::vector<MOBase::IPlugin*> plugins() const { return m_Plugins; } + private: QString obfuscate(const QString &password) const; |
