Column handles (but not yet the columns themselves) are now movable
[quassel.git] / src / qtui / chatscene.h
index daabba7..9d8a565 100644 (file)
@@ -53,7 +53,6 @@ class ChatScene : public QGraphicsScene {
 
   protected slots:
     void rowsInserted(const QModelIndex &, int, int);
-    void mousePressEvent(QGraphicsSceneMouseEvent * mouseEvent);
 
   private:
     qreal _width, _height;