-rw-r--r-- | libopie/otabinfo.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libopie/otabinfo.h b/libopie/otabinfo.h index 6589638..eebaf8e 100644 --- a/libopie/otabinfo.h +++ b/libopie/otabinfo.h @@ -79,3 +79,3 @@ public: /** - * @fn id() + * @fn id()const * @brief Returns TabBar ID. @@ -85,3 +85,3 @@ public: /** - * @fn label() + * @fn label()const * @brief Returns text label for widget. @@ -99,3 +99,3 @@ public: /** - * @fn control() + * @fn control()const * @brief Returns pointer to widget. @@ -105,3 +105,3 @@ public: /** - * @fn icon() + * @fn icon()const * @brief Returns name of icon file. |