Commit 120de53861db8b7533bc8ef7efdaea686a10a13f

Authored by Scott Klum
1 parent 1e653ca8

Updated todo

Showing 1 changed file with 1 additions and 1 deletions
openbr/openbr_plugin.h
... ... @@ -207,7 +207,7 @@ struct BR_EXPORT File
207 207 return variant.value<T>();
208 208 }
209 209  
210   - /*!< \brief TODO. */
  210 + /*!< \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. */
211 211 template <typename T>
212 212 QList<T> getList(const QString &key) const
213 213 {
... ...