onToggle -> onResourceToggle

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-03-19 10:46:32 +00:00
parent 0f3ac57fdd
commit 6c44a3f6df
2 changed files with 7 additions and 7 deletions

View File

@ -93,7 +93,7 @@ class ResourcePage : public QWidget, public BasePage {
void onSelectionChanged(QModelIndex first, QModelIndex second);
void onVersionSelectionChanged(int index);
void onResourceSelected();
void onToggle(const QModelIndex& index);
void onResourceToggle(const QModelIndex& index);
// NOTE: Can't use [[nodiscard]] here because of https://bugreports.qt.io/browse/QTBUG-58628 on Qt 5.12