adding tons of ifdefs so quassel will build again without ssl support
[quassel.git] / src / qtui / bufferwidget.h
index 1d70c27..5e1af50 100644 (file)
@@ -39,6 +39,7 @@ public:
   virtual bool eventFilter(QObject *watched, QEvent *event);
 
   inline ChatViewSearchBar *searchBar() const { return ui.searchBar; }
+  void addActionsToMenu(QMenu *, const QPointF &pos);
 
 protected:
   virtual AbstractChatView *createChatView(BufferId);
@@ -51,7 +52,7 @@ private slots:
   void scrollToHighlight(QGraphicsItem *highlightItem);
   void zoomIn();
   void zoomOut();
-  void zoomNormal();
+  void zoomOriginal();
 
 private:
   Ui::BufferWidget ui;