onToggle -> onResourceToggle
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
0f3ac57fdd
commit
6c44a3f6df
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue