From: Abdelrazak Younes Date: Thu, 17 Aug 2006 08:46:59 +0000 (+0000) Subject: get rid of QT3_SUPPORT and some cleanup X-Git-Tag: 1.6.10~12783 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=73f862e94bdce5e1f4f6222ab09293a8e431f03e;p=lyx.git get rid of QT3_SUPPORT and some cleanup git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14726 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiClipboard.C b/src/frontends/qt4/GuiClipboard.C index d518f1a3c4..192f2a0389 100644 --- a/src/frontends/qt4/GuiClipboard.C +++ b/src/frontends/qt4/GuiClipboard.C @@ -34,7 +34,7 @@ namespace frontend { string const GuiClipboard::get() const { QString const str = qApp->clipboard()->text(QClipboard::Clipboard); - lyxerr[Debug::ACTION] << "GuiClipboard::get: " << (const char*) str + lyxerr[Debug::ACTION] << "GuiClipboard::get: " << fromqstr(str) << endl; if (str.isNull()) return string();