Columns are now moveable!
[quassel.git] / src / qtui / chatscene.h
index daabba7..a1a32d1 100644 (file)
@@ -47,13 +47,13 @@ class ChatScene : public QGraphicsScene {
 
   private slots:
     void rectChanged(const QRectF &);
+    void handlePositionChanged(qreal xpos);
 
   signals:
     void heightChanged(qreal height);
 
   protected slots:
     void rowsInserted(const QModelIndex &, int, int);
-    void mousePressEvent(QGraphicsSceneMouseEvent * mouseEvent);
 
   private:
     qreal _width, _height;