diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-18 03:24:47 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-18 03:24:47 +0200 |
commit | cc6c9e776848b49dc717a8d351d103f3f7be9642 (patch) | |
tree | a4e242d5fa35119b59ad2feace8d0df1122a52c5 /src/mainwindow.h | |
parent | pedantic (diff) | |
download | rekonq-cc6c9e776848b49dc717a8d351d103f3f7be9642.tar.xz |
clear location bar action. As requested
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index a9363d8a..b9b90b5e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -82,6 +82,7 @@ private slots: void slotOpenLocation(); void slotAboutToShowBackMenu(); void geometryChangeRequested(const QRect &geometry); + void slotClearLocationBar(); // history related void slotOpenActionUrl(QAction *action); |