X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcolumnhandleitem.cpp;h=0f9aca5252673a3922886db61ef166cba1c4b3d4;hp=e67c7a104b42b04d59e8dee1ab41d09a7155e972;hb=d438145b28f34b7fdbc7e290aa001e5f3f922207;hpb=6ec86373070f98c4700f998d114d9a4e600f3335 diff --git a/src/qtui/columnhandleitem.cpp b/src/qtui/columnhandleitem.cpp index e67c7a10..0f9aca52 100644 --- a/src/qtui/columnhandleitem.cpp +++ b/src/qtui/columnhandleitem.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -38,7 +38,7 @@ ColumnHandleItem::ColumnHandleItem(qreal w, QGraphicsItem *parent) _opacity(0), _animation(new QPropertyAnimation(this, "opacity", this)) { - setAcceptsHoverEvents(true); + setAcceptHoverEvents(true); setZValue(10); setCursor(QCursor(Qt::OpenHandCursor));