introducing query merging (per drag & drop). needs a core update
[quassel.git] / src / uisupport / bufferview.h
index ad411a8..032cd0f 100644 (file)
@@ -63,6 +63,7 @@ signals:
 
 protected:
   virtual void keyPressEvent(QKeyEvent *);
 
 protected:
   virtual void keyPressEvent(QKeyEvent *);
+  virtual void dropEvent(QDropEvent *event);
   virtual void rowsInserted(const QModelIndex & parent, int start, int end);
   virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
   virtual void wheelEvent(QWheelEvent *);
   virtual void rowsInserted(const QModelIndex & parent, int start, int end);
   virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
   virtual void wheelEvent(QWheelEvent *);