fix(framework): undeclared symbol errors

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2026-01-12 21:38:31 -05:00
parent 4d65771853
commit b491e115ad
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C
2 changed files with 2 additions and 2 deletions

View File

@ -1096,7 +1096,7 @@ protected:
*/
void fireToolbarButtonClicked(const QString& identity);
private slots:
protected slots:
/**
* @brief Handle ignored widget destruction
* @param object Destroyed object

View File

@ -889,7 +889,7 @@ protected:
*/
void createCustomizeButton();
private slots:
protected slots:
/**
* @brief Handle owner destruction
*/