diff options
| author | Peter Penz <[email protected]> | 2009-10-13 20:48:38 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-10-13 20:48:38 +0000 |
| commit | 660c1fd7679c244004ed91cd491226a2a6dc4293 (patch) | |
| tree | 897c8513e897c352c0d04da25219170561add129 /src/panels/information/commentwidget_p.h | |
| parent | e94a11cd1d601e481ce459b16c36fba1e0fd9a54 (diff) | |
restore functionality that ratings, comments and tags get stored after the user changed the values
svn path=/trunk/KDE/kdebase/apps/; revision=1034884
Diffstat (limited to 'src/panels/information/commentwidget_p.h')
| -rw-r--r-- | src/panels/information/commentwidget_p.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
