summaryrefslogtreecommitdiff
path: root/src/urlbar
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-03-23 21:52:10 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-03-23 21:52:10 +0100
commit8eef7ab62aefcebfa0242ed1f7a402df84ba995e (patch)
treeece0491d19eb6b14e12b1df425ab9d77c8eea1bd /src/urlbar
parentFixup for last commit. (diff)
downloadrekonq-8eef7ab62aefcebfa0242ed1f7a402df84ba995e.tar.xz
Stop timers before deleting objects.
CCBUG:268328 CCBUG:266937
Diffstat (limited to 'src/urlbar')
-rw-r--r--src/urlbar/urlbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index 18ed9aaf..f3ed9c3e 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -122,6 +122,7 @@ UrlBar::UrlBar(QWidget *parent)
UrlBar::~UrlBar()
{
+ _suggestionTimer->stop();
activateSuggestions(false);
_box.clear();
}