diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-28 10:14:15 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-28 10:14:15 -0400 |
| commit | adb5ace7997c4cf8ed5e0bee726478c8e1593524 (patch) | |
| tree | 5201005514cb268f7d66fdecdaf63eff7d849732 /src/modinfodialog.h | |
| parent | 2d52299743d056ae6da3c98ca9dc34abca3138bf (diff) | |
added selectedOrigin to previewFileWithAlternatives()
this is so that an origin other than the primary can be shown first and is used from previewDataFile() in ModInfoDialog since showing a preview for a conflicting file could initially show the file from the wrong mod
removed unused, uninitialized and dangerous ModInfoDialog::m_OriginID
Diffstat (limited to 'src/modinfodialog.h')
| -rw-r--r-- | src/modinfodialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modinfodialog.h b/src/modinfodialog.h index 983da8d4..5f7d831b 100644 --- a/src/modinfodialog.h +++ b/src/modinfodialog.h @@ -397,7 +397,6 @@ private: Ui::ModInfoDialog *ui;
ModInfo::Ptr m_ModInfo;
- int m_OriginID;
QSignalMapper m_ThumbnailMapper;
QString m_RootPath;
|
