From 7fab76b79b6ef8b041766ac8548ab1dbe5037307 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Sat, 3 May 2014 16:32:29 +0200 Subject: [PATCH] [Build] Fixed build after last commit --- src/lib/history/historytreeview.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/history/historytreeview.h b/src/lib/history/historytreeview.h index 1bf74ab3d..cf923b816 100644 --- a/src/lib/history/historytreeview.h +++ b/src/lib/history/historytreeview.h @@ -57,10 +57,6 @@ public slots: void search(const QString &string); void removeSelectedItems(); -private slots: - void openLinkInCurrentTab(); - void openLinkInNewTab(); - protected: void contextMenuEvent(QContextMenuEvent* event); void mouseMoveEvent(QMouseEvent* event);