]> git.lyx.org Git - features.git/commitdiff
Add comment to avoid future clashes.
authorPavel Sanda <sanda@lyx.org>
Thu, 10 Jul 2008 22:14:29 +0000 (22:14 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 10 Jul 2008 22:14:29 +0000 (22:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25545 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWorkArea.cpp

index 0b6659a77c5c9bad4ee1ca9ec1399660d82d2faa..3bde90dd9aa6c939460af4bad8b020c90a4b924a 100644 (file)
@@ -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_;
 }