diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-24 09:29:41 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:18 -0400 |
| commit | 581cfacbbdee17f2b4df8195487e5934702a430e (patch) | |
| tree | c98bfef6022fd5445449477904115747d2c206af /src/modinfodialogcategories.cpp | |
| parent | ad4a90692b73bd73fa7a88690a95daa348839add (diff) | |
changed "tab index" to "tab id", this was confusing the order in the widget and the id from the enum
fixed reordering
Diffstat (limited to 'src/modinfodialogcategories.cpp')
| -rw-r--r-- | src/modinfodialogcategories.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modinfodialogcategories.cpp b/src/modinfodialogcategories.cpp index bce1162b..4bd10028 100644 --- a/src/modinfodialogcategories.cpp +++ b/src/modinfodialogcategories.cpp @@ -5,8 +5,8 @@ CategoriesTab::CategoriesTab( OrganizerCore& oc, PluginContainer& plugin, - QWidget* parent, Ui::ModInfoDialog* ui, int index) - : ModInfoDialogTab(oc, plugin, parent, ui, index) + QWidget* parent, Ui::ModInfoDialog* ui, int id) + : ModInfoDialogTab(oc, plugin, parent, ui, id) { connect( ui->categories, &QTreeWidget::itemChanged, |
