-rw-r--r-- | libopie/oticker.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libopie/oticker.h b/libopie/oticker.h index c52e317..0b88919 100644 --- a/libopie/oticker.h +++ b/libopie/oticker.h @@ -77,18 +77,16 @@ public: * @brief sets color of the ticker's background * @param color QColor color to be set. * */ - //FIXME const QColor& please -zecke - void setBackgroundColor(QColor color); + void setBackgroundColor(const QColor& color); /*! * @fn setForegroundColor(QColor color) * @brief sets color of text * @param color QColor color of text * */ - // FIXME const QColor& please -zecke - void setForegroundColor(QColor color); + void setForegroundColor(const QColor& color); /*! * @fn setFrame(int style) * @brief sets frame style * @param style int Frame style to be see. See Qt::WidgetFlags. |