mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Add comment to avoid future clashes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25545 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3ceba1f8e4
commit
ff705e9b85
@ -310,6 +310,8 @@ GuiWorkArea::~GuiWorkArea()
|
||||
buffer_view_->buffer().workAreaManager().remove(this);
|
||||
delete buffer_view_;
|
||||
delete cursor_;
|
||||
// Completer has a QObject parent and is thus automatically destroyed.
|
||||
// delete completer_;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user