no keywords

This commit is contained in:
Hamed Masafi 2021-03-19 11:59:55 +03:30
parent 2e7f4024c1
commit 72ecd1236d
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit acbd68924feb9ee412b4d69bbf24cb3a3cffdfd6
Subproject commit a4d20f6b6ec0a94adb83b608f9362ee490205b9a

View File

@ -351,6 +351,7 @@ Q_OUTOFLINE_TEMPLATE RowList<T> Query<T>::toList(int count)
Row<Table> row;
if (data.table->className() == d->className) {
row = Nut::create<T>();
row->init();
#ifdef NUT_RAW_POINTER
returnList.append(dynamic_cast<T*>(table));
#else