mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
get rid of QT3_SUPPORT and some cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14727 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
73f862e94b
commit
7b8f73cc9a
@ -46,7 +46,7 @@ void GuiSelection::haveSelection(bool own)
|
||||
string const GuiSelection::get() const
|
||||
{
|
||||
QString const str = qApp->clipboard()->text(QClipboard::Selection);
|
||||
lyxerr[Debug::ACTION] << "GuiSelection::get: " << (const char*) str
|
||||
lyxerr[Debug::ACTION] << "GuiSelection::get: " << fromqstr(str)
|
||||
<< endl;
|
||||
if (str.isNull())
|
||||
return string();
|
||||
|
Loading…
Reference in New Issue
Block a user