fix(ui): Att void for setStyleSheet

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2026-01-30 22:52:37 +01:00
parent e23f80d772
commit 87e9352444

View File

@@ -430,6 +430,7 @@ public:
void clear();
void setFocus();
void setStyleSheet(const QString& sheet);
private:
void changeEvent(QEvent*) override;