diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-28 19:28:32 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-28 19:28:32 +0100 |
commit | c45c938b62e7f667acbe956ec13a7fc18e340d4d (patch) | |
tree | 820c6bc25fb04d03ec961548bda44105a7c6d576 /src/urlpanel.h | |
parent | Do NOT parse suggestions referred to empty strings (diff) | |
download | rekonq-c45c938b62e7f667acbe956ec13a7fc18e340d4d.tar.xz |
Clean up all d-tors to fix an eventual crash on exit
Diffstat (limited to 'src/urlpanel.h')
-rw-r--r-- | src/urlpanel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/urlpanel.h b/src/urlpanel.h index 1f53bc1e..48dfcffe 100644 --- a/src/urlpanel.h +++ b/src/urlpanel.h @@ -47,7 +47,6 @@ class REKONQ_TESTS_EXPORT UrlPanel : public QDockWidget public: explicit UrlPanel(const QString &title, QWidget *parent = 0, Qt::WindowFlags flags = 0); - virtual ~UrlPanel() {} Q_SIGNALS: void openUrl(const KUrl &, const Rekonq::OpenType &); |