diff --git a/src/cppCORE b/src/cppCORE index 70a729039..ce4ac6c6b 160000 --- a/src/cppCORE +++ b/src/cppCORE @@ -1 +1 @@ -Subproject commit 70a729039d2cfc68c280c3bdc6215e4d17425594 +Subproject commit ce4ac6c6ba3341ae3be7da985ded324f4ae8aca1 diff --git a/src/cppNGS/RtfDocument.cpp b/src/cppNGS/RtfDocument.cpp index 05d541ba8..fc788caeb 100644 --- a/src/cppNGS/RtfDocument.cpp +++ b/src/cppNGS/RtfDocument.cpp @@ -442,5 +442,5 @@ void RtfTable::sortbyCols(const QList &indices) void RtfTable::swapRows(int i_row_a, int i_row_b) { - rows_.swapItemsAt(i_row_a, i_row_b); + QLIST_SWAP_ITEMS_AT(rows_, i_row_a, i_row_b); }