From b419cfc5974192f3445b6a439b40bae4af119615 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 28 Apr 2012 23:58:56 +0200 Subject: Places Panel fixes Implement adding, editing and removing of entries. Note that the result currently is still not stored in bookmarks.xml (this needs to wait until the hiding is implemented in the model). --- src/panels/places/placesitemeditdialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/panels/places/placesitemeditdialog.h') diff --git a/src/panels/places/placesitemeditdialog.h b/src/panels/places/placesitemeditdialog.h index eddde5430..bf348479c 100644 --- a/src/panels/places/placesitemeditdialog.h +++ b/src/panels/places/placesitemeditdialog.h @@ -55,6 +55,9 @@ public: protected: virtual bool event(QEvent* event); +private slots: + void slotUrlChanged(const QString& text); + private: void initialize(); -- cgit v1.3.1