diff options
| author | Tannin <devnull@localhost> | 2014-07-17 20:04:22 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-07-17 20:04:22 +0200 |
| commit | 4e5a67fc063243c4c10e04b5f601108dd01357f3 (patch) | |
| tree | e327a00a93b6d72c286830a7769cd7be9b15e3f0 /src/overwriteinfodialog.h | |
| parent | 67b0268e700072b9ee273a40251b422a8f55c3ba (diff) | |
- bugfix: broke qt4 compatibility in trying to support qt5
- bugfix: overwrite dialog displayed system drives if the overwrite directory didn't exist
- bugfix: ini tweak activation wasn't saved
Diffstat (limited to 'src/overwriteinfodialog.h')
| -rw-r--r-- | src/overwriteinfodialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/overwriteinfodialog.h b/src/overwriteinfodialog.h index 34e86219..0726f1f9 100644 --- a/src/overwriteinfodialog.h +++ b/src/overwriteinfodialog.h @@ -39,6 +39,8 @@ public: ModInfo::Ptr modInfo() const { return m_ModInfo; } + void setModInfo(ModInfo::Ptr modInfo); + private: void openFile(const QModelIndex &index); |
