summaryrefslogtreecommitdiff
path: root/src/modinfodialogtab.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-25 17:44:41 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-07-02 10:10:19 -0400
commitfa20f81b46c3f8c89fcbbdff6e5da0225c707358 (patch)
treed02df7f08ba1fdac3fb9d6b699621cfc69638944 /src/modinfodialogtab.h
parent65b3eb24fc5e3e1033d583a24cb51a19b0cfac2c (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/modinfodialogtab.h')
-rw-r--r--src/modinfodialogtab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modinfodialogtab.h b/src/modinfodialogtab.h
index 41d913f8..058035ab 100644
--- a/src/modinfodialogtab.h
+++ b/src/modinfodialogtab.h
@@ -49,6 +49,7 @@ public:
signals:
void originModified(int originID);
void modOpen(QString name);
+ void hasDataChanged();
protected:
Ui::ModInfoDialog* ui;
@@ -93,6 +94,7 @@ public:
private:
void onComments();
void onNotes();
+ void checkHasData();
};
#endif // MODINFODIALOGTAB_H