From 77f10f7c5eb8716c06eb7e0447c3fd8dbcb48d79 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: ćšć, 21 12æ 2023 23:18:58 +0800 Subject: [PATCH] minor tweaks --- src/stylesupport/styleagent_p.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/stylesupport/styleagent_p.h b/src/stylesupport/styleagent_p.h index b59266d..739a0b1 100644 --- a/src/stylesupport/styleagent_p.h +++ b/src/stylesupport/styleagent_p.h @@ -1,7 +1,17 @@ #ifndef STYLEAGENTPRIVATE_H #define STYLEAGENTPRIVATE_H +// +// W A R N I N G !!! +// ----------------- +// +// This file is not part of the QWindowKit API. It is used purely as an +// implementation detail. This header file may change from version to +// version without notice, or may even be removed. +// + #include <QWKStyleSupport/styleagent.h> +#include <QtCore/QHash> namespace QWK { -- Gitblit v1.9.1