Greatly simplify the wrap point computation
[quassel.git] / src / qtui / chatview.h
index 390366a..5969f72 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel Project                          *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -47,7 +47,9 @@ public:
 
   inline ChatScene *scene() const { return _scene; }
 
-  void addActionsToMenu(QMenu *);
+  virtual void addActionsToMenu(QMenu *, const QPointF &pos);
+
+  virtual bool event(QEvent *event);
 
 public slots:
   inline virtual void clear() {}