Prevent Qt warnings about an unsupported clipboard mode on Mac

Authored by rjvbb on Nov 20 2016, 3:48 PM.

Description

Prevent Qt warnings about an unsupported clipboard mode on Mac

"Support for QClipboard::Selection is provided only on systems with a
global mouse selection (e.g. X11)." Using this mode on other systems
in KateViewInternal::mouseDoubleClickEvent() generates a qWarning()
each time one selects text. Prevent that, at least on Mac.

Details

Committed
brauchJul 18 2017, 4:27 PM
Parents
R39:f3f258624fca: Follow KDE Frameworks coding style (astyle)
Branches
Unknown
Tags
Unknown