summaryrefslogtreecommitdiff
path: root/src/modinfodialog.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-05-28 10:14:15 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-05-28 10:14:15 -0400
commitadb5ace7997c4cf8ed5e0bee726478c8e1593524 (patch)
tree5201005514cb268f7d66fdecdaf63eff7d849732 /src/modinfodialog.h
parent2d52299743d056ae6da3c98ca9dc34abca3138bf (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.h1
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;