summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-rw-r--r--src/urlbar/urlbar.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index f3a34a36..fcd9f7d3 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -30,8 +30,6 @@ IconButton::IconButton(QWidget *parent) : QToolButton(parent)
setContextMenuPolicy(Qt::PreventContextMenu);
}
-void IconButton::mouseReleaseEvent(QMouseEvent *event) { emit clicked(event->globalPos()); }
-
// -----------------------------------------------------------------------------------------------------------
QString guessUrlWithCustomFirstLevel(const QString &str1, const QString &str2)