mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 11:52:25 +00:00
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
This commit is contained in:
parent
e2cf98e4f5
commit
73f862e94b
@ -34,7 +34,7 @@ namespace frontend {
|
|||||||
string const GuiClipboard::get() const
|
string const GuiClipboard::get() const
|
||||||
{
|
{
|
||||||
QString const str = qApp->clipboard()->text(QClipboard::Clipboard);
|
QString const str = qApp->clipboard()->text(QClipboard::Clipboard);
|
||||||
lyxerr[Debug::ACTION] << "GuiClipboard::get: " << (const char*) str
|
lyxerr[Debug::ACTION] << "GuiClipboard::get: " << fromqstr(str)
|
||||||
<< endl;
|
<< endl;
|
||||||
if (str.isNull())
|
if (str.isNull())
|
||||||
return string();
|
return string();
|
||||||
|
Loading…
Reference in New Issue
Block a user