summaryrefslogtreecommitdiff
path: root/libopie/ocolorbutton.h
Side-by-side diff
Diffstat (limited to 'libopie/ocolorbutton.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/ocolorbutton.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libopie/ocolorbutton.h b/libopie/ocolorbutton.h
index 338e654..7ff9cd2 100644
--- a/libopie/ocolorbutton.h
+++ b/libopie/ocolorbutton.h
@@ -52,2 +52,5 @@ public:
signals:
+ /**
+ * emitted when a color gets selected
+ */
void colorSelected ( const QColor & );
@@ -58,2 +61,5 @@ public slots:
protected slots:
+ /**
+ * @internal
+ */
virtual void updateColor ( const QColor & );