┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/commentwidget_p.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-10-13 20:48:38 +0000
committerPeter Penz <[email protected]>2009-10-13 20:48:38 +0000
commit660c1fd7679c244004ed91cd491226a2a6dc4293 (patch)
tree897c8513e897c352c0d04da25219170561add129 /src/panels/information/commentwidget_p.h
parente94a11cd1d601e481ce459b16c36fba1e0fd9a54 (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.h3
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);