diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-15 21:00:04 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:17 -0400 |
| commit | c79cf72d2250631110e8605ced6f34dda0378dc0 (patch) | |
| tree | 9f7e18acc0d0d24f146bb845ce0590fed35fd84a /src/modinfodialog.h | |
| parent | fc8d5c1708aa126bb3301079d15787943a0f47c9 (diff) | |
line numbers, which required inheriting from QPlainTextEdit instead
Diffstat (limited to 'src/modinfodialog.h')
| -rw-r--r-- | src/modinfodialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modinfodialog.h b/src/modinfodialog.h index 42ef990d..09924671 100644 --- a/src/modinfodialog.h +++ b/src/modinfodialog.h @@ -304,7 +304,6 @@ private: ExpanderWidget m_overwriteExpander, m_overwrittenExpander, m_nonconflictExpander;
FilterWidget m_advancedConflictFilter;
- std::unique_ptr<TextEditor> m_textFileEditor;
void refreshConflictLists(bool refreshGeneral, bool refreshAdvanced);
|
