diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-25 17:44:41 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:19 -0400 |
| commit | fa20f81b46c3f8c89fcbbdff6e5da0225c707358 (patch) | |
| tree | d02df7f08ba1fdac3fb9d6b699621cfc69638944 /src/modinfodialog.h | |
| parent | 65b3eb24fc5e3e1033d583a24cb51a19b0cfac2c (diff) | |
replaced reportError() calls by qCritical() because they can come from a thread, which hangs the ui
categories and notes will update the tab color when changing
fixed rare crash when reordering tabs while loading a mod
Diffstat (limited to 'src/modinfodialog.h')
| -rw-r--r-- | src/modinfodialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinfodialog.h b/src/modinfodialog.h index 36363c34..6dc66003 100644 --- a/src/modinfodialog.h +++ b/src/modinfodialog.h @@ -141,6 +141,7 @@ private: PluginContainer* m_plugin;
std::vector<TabInfo> m_tabs;
ETabs m_initialTab;
+ bool m_arrangingTabs;
std::vector<TabInfo> createTabs();
TabInfo* currentTab();
|
