mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-28 14:20:30 +00:00
Qt: Remove last use of SLOT
This commit is contained in:
parent
b67a8c3127
commit
40c495cd19
@ -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.
|
// 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