X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.cpp;h=eadf8f7739f157130cba350597e0a5e17b5ca68a;hp=5e3f7263694793e94ed4d7646af1400fee316e89;hb=a7a8099ce2a9d8d25f963a8d297db498ecbc26a5;hpb=71d135125fc3da55f350c8bd6a7e906ae85a0036 diff --git a/src/uisupport/bufferview.cpp b/src/uisupport/bufferview.cpp index 5e3f7263..eadf8f77 100644 --- a/src/uisupport/bufferview.cpp +++ b/src/uisupport/bufferview.cpp @@ -73,7 +73,7 @@ void BufferView::init() { sortByColumn(0, Qt::AscendingOrder); // activated() fails on X11 and Qtopia at least -#if defined Q_WS_QWS or defined Q_WS_X11 +#if defined Q_WS_QWS || defined Q_WS_X11 connect(this, SIGNAL(doubleClicked(QModelIndex)), SLOT(joinChannel(QModelIndex))); #else // afaik this is better on Mac and Windows