diff options
| author | Tannin <devnull@localhost> | 2013-07-14 14:59:01 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-07-14 14:59:01 +0200 |
| commit | 36ac91e0b765b1ae099e93054447beca8f461f74 (patch) | |
| tree | ad1e8282238a1058d6264027a7c361e85fbdbad2 /src/mainwindow.h | |
| parent | 5c968a124280a60e64298809e3e78e5d3783d59c (diff) | |
- basic diagnosis plugin now catches an issue where the users fontconfig.txt refers missing files
- plugins can now resolve relative file names on the virtual directory (no enumeration yet)
- bugfix: dummy plugins were not initialized
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index f9e3bddc..df0fa586 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -106,6 +106,7 @@ public: virtual QVariant pluginSetting(const QString &pluginName, const QString &key) const; virtual QString pluginDataPath() const; virtual void installMod(const QString &fileName); + virtual QString resolvePath(const QString &fileName) const; virtual MOBase::IDownloadManager *downloadManager(); void addPrimaryCategoryCandidates(QMenu *primaryCategoryMenu, ModInfo::Ptr info); |
