]> Some of my projects - localmylist.git/commitdiff
Add basic comment.
authorAPTX <marek321@gmail.com>
Mon, 17 Aug 2015 19:12:50 +0000 (21:12 +0200)
committerAPTX <marek321@gmail.com>
Mon, 17 Aug 2015 19:12:50 +0000 (21:12 +0200)
localmylist/dynamicmodel/datatype.h

index 8d2b07ae6a35ee96f0f8bb81ea487f27f6f1620f..65ef542a05154cbfff7a04743c640834f4b0f4b5 100644 (file)
@@ -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