diff options
Diffstat (limited to 'src/modinfodialogtab.h')
| -rw-r--r-- | src/modinfodialogtab.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/modinfodialogtab.h b/src/modinfodialogtab.h index d0a58574..7a42bf7e 100644 --- a/src/modinfodialogtab.h +++ b/src/modinfodialogtab.h @@ -253,6 +253,9 @@ protected: // void setFocus(); + // parent widget, used to display modal dialogs + QWidget* m_parent; + private: // core OrganizerCore& m_core; @@ -260,9 +263,6 @@ private: // plugin PluginContainer& m_plugin; - // parent widget, used to display modal dialogs - QWidget* m_parent; - // current mod, never null ModInfoPtr m_mod; @@ -299,8 +299,11 @@ public: bool usesOriginFiles() const override; private: + void updateCommentsColor(bool clear = false); void onComments(); void onNotes(); + void onSetColor(); + void onResetColor(); void checkHasData(); }; |
