From 660c1fd7679c244004ed91cd491226a2a6dc4293 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 13 Oct 2009 20:48:38 +0000 Subject: restore functionality that ratings, comments and tags get stored after the user changed the values svn path=/trunk/KDE/kdebase/apps/; revision=1034884 --- src/panels/information/commentwidget_p.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/panels/information/commentwidget_p.h') diff --git a/src/panels/information/commentwidget_p.h b/src/panels/information/commentwidget_p.h index 67bced044..3985487d5 100644 --- a/src/panels/information/commentwidget_p.h +++ b/src/panels/information/commentwidget_p.h @@ -37,6 +37,9 @@ public: void setText(const QString& comment); QString text() const; +signals: + void commentChanged(const QString& comment); + private slots: void slotLinkActivated(const QString& link); -- cgit v1.3.1