Fixes: fakevim: provide an option in the text editor settings

This commit is contained in:
hjk
2009-01-23 19:13:00 +01:00
parent 34fb3d868f
commit 292d4bc3d5
11 changed files with 36 additions and 44 deletions

View File

@@ -2043,7 +2043,6 @@ FakeVimHandler::FakeVimHandler(QWidget *widget, QObject *parent)
FakeVimHandler::~FakeVimHandler()
{
qDebug() << "DELETING HANDLER" << this;
delete d;
}