From: APTX Date: Mon, 17 Aug 2015 19:12:50 +0000 (+0200) Subject: Add basic comment. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=555f9a4436538998a401b582efaed4d846f47bf5;p=localmylist.git Add basic comment. --- diff --git a/localmylist/dynamicmodel/datatype.h b/localmylist/dynamicmodel/datatype.h index 8d2b07a..65ef542 100644 --- a/localmylist/dynamicmodel/datatype.h +++ b/localmylist/dynamicmodel/datatype.h @@ -72,6 +72,11 @@ public: */ virtual QString additionalJoins() const; + /** + * @brief data returns any cached Data for this DataType for the given id + * @param key the id of the data + * @return Data the data or NULL + */ Data *data(int key) const; // Register