diff --git a/openbr/openbr_plugin.h b/openbr/openbr_plugin.h index 010eea8..b40baeb 100644 --- a/openbr/openbr_plugin.h +++ b/openbr/openbr_plugin.h @@ -207,7 +207,7 @@ struct BR_EXPORT File return variant.value(); } - /*!< \brief TODO. */ + /*!< \brief Returns a list of type T for the key, throwing an error if the key does not exist or if the value cannot be converted to the specified type. */ template QList getList(const QString &key) const {