Sine Striker
2023-12-26 54623b054721d42db721d0ba7429b6f8878fc1a5
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "styleagent_p.h"
 
#include <QtCore/QVariant>
 
namespace QWK {
 
    void StyleAgentPrivate::setupSystemThemeHook() {
    }
 
    void StyleAgentPrivate::removeSystemThemeHook() {
    }
 
}