mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-29 14:21:57 +00:00
Qt: Remove last use of SLOT
This commit is contained in:
parent
9b5287df9d
commit
9562c46cbb
@ -365,5 +365,5 @@ void ISOBrowserWindow::populateFiles(const QString& path)
|
||||
}
|
||||
|
||||
// this is utter shit, the scrollbar visibility doesn't update in time, so we have to queue it.
|
||||
QTimer::singleShot(20, Qt::TimerType::CoarseTimer, this, SLOT(resizeFileListColumns()));
|
||||
QTimer::singleShot(20, Qt::CoarseTimer, this, &ISOBrowserWindow::resizeFileListColumns);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user