From 68c8cc026233e9694579ce38b8daa25008477d18 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <zhaoyuhang@rankyee.com> Date: ćšć, 28 12æ 2023 16:12:36 +0800 Subject: [PATCH] allow qml demo choose special effect --- examples/shared/widgetframe/windowbutton.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/examples/shared/widgetframe/windowbutton.h b/examples/shared/widgetframe/windowbutton.h index eb42194..302928c 100644 --- a/examples/shared/widgetframe/windowbutton.h +++ b/examples/shared/widgetframe/windowbutton.h @@ -1,9 +1,7 @@ #ifndef WINDOWBUTTON_H #define WINDOWBUTTON_H -#include "QPushButton.h" - -#include <QtGlobal> +#include <QtWidgets/QPushButton> namespace QWK { -- Gitblit v1.9.1