diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-27 15:17:05 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:20 -0400 |
| commit | 093eb5650bdd010d9c779e64d3ca63682ba6ca19 (patch) | |
| tree | 6716d9b6599e94ccec6684ea4355f664e55de4c4 /src/modinfodialog.h | |
| parent | 9ec0feba4395d492d814c03cf8be67a196bab36e (diff) | |
fixed problems with re-ordering tabs, realPos was never updated properly and it wasn't actually used everywhere
Diffstat (limited to 'src/modinfodialog.h')
| -rw-r--r-- | src/modinfodialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modinfodialog.h b/src/modinfodialog.h index 273af8c7..030b3f93 100644 --- a/src/modinfodialog.h +++ b/src/modinfodialog.h @@ -158,8 +158,10 @@ private: void switchToTab(ETabs id);
void reAddTabs(const std::vector<bool>& visibility, ETabs sel);
std::vector<QString> getOrderedTabNames() const;
+
void onOriginModified(std::size_t tabIndex, int originID);
void onTabChanged();
+ void onTabMoved();
template <class T>
std::unique_ptr<ModInfoDialogTab> createTab(int index)
|
