X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=a941fd904fdfb9256ec17574aae62b3b9259753b;hb=5992edbbfa5a6e4a3c72b07c6f08a464f87dd432;hp=6a80f6c7886f6f9b3d05cb14e0c884b8b28fe9fd;hpb=7e76b93191c8f19c24709f36992c99f8ee9d508d;p=quassel.git diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index 6a80f6c7..a941fd90 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -62,10 +62,10 @@ public: enum ClickMode { NoClick, + DragStartClick, SingleClick, DoubleClick, - TripleClick, - DragStartClick + TripleClick }; ChatScene(QAbstractItemModel *model, const QString &idString, qreal width, ChatView *parent);