Formatting

This commit is contained in:
Jonas Kvinge
2021-06-12 20:53:23 +02:00
parent 427b9c1ebc
commit f786a17014
117 changed files with 444 additions and 434 deletions

View File

@@ -43,7 +43,7 @@ class StyleSheetLoader : public QObject {
// Sets the given stylesheet on the given widget.
// If the stylesheet contains strings like %palette-[role], these get replaced with actual palette colours.
// The stylesheet is reloaded when the widget's palette changes.
void SetStyleSheet(QWidget *widget, const QString& filename);
void SetStyleSheet(QWidget *widget, const QString &filename);
protected:
bool eventFilter(QObject *obj, QEvent *event) override;