mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix use of obsolete/deprecated Qt functionality
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user