Make static
This commit is contained in:
@@ -59,7 +59,7 @@ class StyleSheetLoader : public QObject {
|
||||
|
||||
private:
|
||||
void UpdateStyleSheet(QWidget *widget, StyleSheetData styledata);
|
||||
void ReplaceColor(QString *css, const QString &name, const QPalette &palette, QPalette::ColorRole role) const;
|
||||
static void ReplaceColor(QString *css, const QString &name, const QPalette &palette, QPalette::ColorRole role);
|
||||
|
||||
private slots:
|
||||
void ResetCounters();
|
||||
|
||||
Reference in New Issue
Block a user