diff options
| author | Silarn <jrim@rimpo.org> | 2019-12-06 23:18:37 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-12-06 23:18:37 -0600 |
| commit | d13ea08be82d88c4f0b845983a3390729723d0e1 (patch) | |
| tree | f4addec2e5c2e2fc259da55ff00afa0e46a6b955 | |
| parent | b3331ef2c0b50ab2cea4c328e78f6ab58bca099d (diff) | |
Fix mistakenly added modinfo tab ID
| -rw-r--r-- | src/mainwindow.cpp | 1 | ||||
| -rw-r--r-- | src/modinfodialogfwd.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 68627c90..ebeb7459 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3897,7 +3897,6 @@ void MainWindow::on_modList_doubleClicked(const QModelIndex &index) case ModList::COL_GAME: tab = ModInfoTabIDs::Nexus; break; case ModList::COL_CATEGORY: tab = ModInfoTabIDs::Categories; break; case ModList::COL_CONFLICTFLAGS: tab = ModInfoTabIDs::Conflicts; break; - case ModList::COL_FLAGS: tab = ModInfoTabIDs::Flags; break; } displayModInformation(sourceIdx.row(), tab); diff --git a/src/modinfodialogfwd.h b/src/modinfodialogfwd.h index e4a61208..2147fc04 100644 --- a/src/modinfodialogfwd.h +++ b/src/modinfodialogfwd.h @@ -14,7 +14,6 @@ enum class ModInfoTabIDs Images, Esps, Conflicts, - Flags, Categories, Nexus, Notes, |
