Remove not necessary debug

wilder-work
Montel Laurent 10 years ago
parent a60026b98f
commit 211aff6f96
  1. 1
      src/editor/kmcomposerwin.cpp

@ -3193,6 +3193,5 @@ QList<QAction *> KMComposerWin::pluginToolsActionListForPopupMenu() const
void KMComposerWin::slotInsertNonBreakingSpace()
{
qDebug()<<" void KMComposerWin::slotInsertNonBreakingSpace() :";
mComposerBase->editor()->insertPlainText(QChar(0x000A0));
}

Loading…
Cancel
Save