Fix use of obsolete/deprecated Qt functionality

This commit is contained in:
baldurk
2019-07-10 14:42:54 +01:00
parent 328df29793
commit 6abfb6c790
3 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ void LogView::messages_keyPress(QKeyEvent *event)
rows.push_back(idx.row());
}
qSort(rows);
std::sort(rows.begin(), rows.end());
int columns = m_ItemModel->columnCount();