#include "styleagent_p.h" #include namespace QWK { void StyleAgentPrivate::setupSystemThemeHook() { } bool StyleAgentPrivate::updateWindowAttribute(QWindow *window, const QString &key, const QVariant &attribute, const QVariant &oldAttribute) { return false; } }