fixing BR #261 (making fields removable from the chatmonitor). Changes effect current...
[quassel.git] / src / qtui / chatscene.h
index e72308e..c69f0e1 100644 (file)
@@ -49,6 +49,8 @@ class ChatScene : public QGraphicsScene {
     inline bool isFetchingBacklog() const;
     inline bool isBacklogFetchingEnabled() const;
     inline BufferId bufferForBacklogFetching() const;
+    int sectionByScenePos(int x);
+    inline int sectionByScenePos(const QPoint &pos) { return sectionByScenePos(pos.x()); }
 
   public slots:
     void setWidth(qreal);