X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FGuiSelection.cpp;h=e10bb476fd5894e480b54701c712c314dba4e1bb;hb=5d96ee69eb9173779932575cb6d6ce70db9860b9;hp=7e9d29ff060289af05d1ee62a90eb7725e07a429;hpb=af4ee1a487c4d899b71df02ba57c2f024fea6786;p=features.git diff --git a/src/frontends/qt/GuiSelection.cpp b/src/frontends/qt/GuiSelection.cpp index 7e9d29ff06..e10bb476fd 100644 --- a/src/frontends/qt/GuiSelection.cpp +++ b/src/frontends/qt/GuiSelection.cpp @@ -58,8 +58,8 @@ void GuiSelection::haveSelection(bool own) // We don't need to do anything if own = false, as this case is // handled by QT. // FIXME (gb): This is wrong. What is missing here is rather a call of - //else // qApp->clipboard()->clear(QClipboard::Selection); + // when own is false. // Since we do not issue this call we rather implement // "persistent selections" as far as X is concerned. }