]> git.lyx.org Git - lyx.git/commitdiff
get rid of QT3_SUPPORT and some cleanup
authorAbdelrazak Younes <younes@lyx.org>
Thu, 17 Aug 2006 08:46:59 +0000 (08:46 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 17 Aug 2006 08:46:59 +0000 (08:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14726 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiClipboard.C

index d518f1a3c45008410b15250d5a258a617beb2f75..192f2a03896d841bfeb19621bfd35b84cdba9693 100644 (file)
@@ -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();