Qt: Reduce game list jank after shutting down VM
Prevents progress bar briefly appearing, and the list scrolling to the top when you exit a game.
This commit is contained in:
@@ -69,7 +69,7 @@ Q_SIGNALS:
|
||||
void layoutChange();
|
||||
|
||||
private Q_SLOTS:
|
||||
void onRefreshProgress(const QString& status, int current, int total);
|
||||
void onRefreshProgress(const QString& status, int current, int total, float time);
|
||||
void onRefreshComplete();
|
||||
|
||||
void onSelectionModelCurrentChanged(const QModelIndex& current, const QModelIndex& previous);
|
||||
|
||||
Reference in New Issue
Block a user