Yuhang Zhao
2023-12-28 68c8cc026233e9694579ce38b8daa25008477d18
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() {
    }
 
}