no keywords
This commit is contained in:
parent
2e7f4024c1
commit
72ecd1236d
|
|
@ -1 +1 @@
|
||||||
Subproject commit acbd68924feb9ee412b4d69bbf24cb3a3cffdfd6
|
Subproject commit a4d20f6b6ec0a94adb83b608f9362ee490205b9a
|
||||||
|
|
@ -351,6 +351,7 @@ Q_OUTOFLINE_TEMPLATE RowList<T> Query<T>::toList(int count)
|
||||||
Row<Table> row;
|
Row<Table> row;
|
||||||
if (data.table->className() == d->className) {
|
if (data.table->className() == d->className) {
|
||||||
row = Nut::create<T>();
|
row = Nut::create<T>();
|
||||||
|
row->init();
|
||||||
#ifdef NUT_RAW_POINTER
|
#ifdef NUT_RAW_POINTER
|
||||||
returnList.append(dynamic_cast<T*>(table));
|
returnList.append(dynamic_cast<T*>(table));
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue