summaryrefslogtreecommitdiff
path: root/src/modinfodialog.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-15 21:00:04 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-07-02 10:10:17 -0400
commitc79cf72d2250631110e8605ced6f34dda0378dc0 (patch)
tree9f7e18acc0d0d24f146bb845ce0590fed35fd84a /src/modinfodialog.h
parentfc8d5c1708aa126bb3301079d15787943a0f47c9 (diff)
line numbers, which required inheriting from QPlainTextEdit instead
Diffstat (limited to 'src/modinfodialog.h')
-rw-r--r--src/modinfodialog.h1
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);