diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-25 18:10:00 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:19 -0400 |
| commit | cb56bf76fd8036895bda468a5ad9ef707dbefce9 (patch) | |
| tree | d0f253edc8ef3921163cf7e14a269422ce98dc62 /src/texteditor.h | |
| parent | fc3ed80d0de220a1aa9d2b459785d47beea5861b (diff) | |
fixed text editors not clearing when switching mods
ported typo fixes that applied to the mod info dialog
Diffstat (limited to 'src/texteditor.h')
| -rw-r--r-- | src/texteditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/texteditor.h b/src/texteditor.h index f3031731..775565f2 100644 --- a/src/texteditor.h +++ b/src/texteditor.h @@ -91,6 +91,7 @@ public: void setupToolbar(); + void clear(); bool load(const QString& filename); bool save(); |
