uisupport: Join channels on doubleclick on all but Windows and OSX
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Feb 2018 09:23:39 +0000 (10:23 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Feb 2018 09:23:39 +0000 (10:23 +0100)
commitdeaa4151758de4f22d1f7c113c50af0ffc6ae587
tree849524255eef5c3439a8e79cddc3022a0a924d9a
parentb8e812857ca64834078e1f620bf98fffa48b7768
uisupport: Join channels on doubleclick on all but Windows and OSX

The Q_WS_* macros no longer exist in Qt5, so the OS detection for
the click behavior in bufferviews didn't work correctly. Use the
correct Q_OS_* macros to ensure that a doubleclick is required on
platforms other than Windows and OSX.
src/uisupport/bufferview.cpp