]> git.lyx.org Git - lyx.git/commitdiff
One more comment.
authorPavel Sanda <sanda@lyx.org>
Sun, 10 Jan 2010 18:14:50 +0000 (18:14 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 10 Jan 2010 18:14:50 +0000 (18:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32948 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWorkArea.cpp

index fce8cf87e35ff8ac28d26a03825ee9d135b8c402..4e1adf70c8da3ff36a849e102c8d48e808692050 100644 (file)
@@ -321,6 +321,7 @@ GuiWorkArea::~GuiWorkArea()
        delete buffer_view_;
        delete cursor_;
        // Completer has a QObject parent and is thus automatically destroyed.
+       // See #4758.
        // delete completer_;
 }