From 862cbfe3032b1f71977fb66af7bd87645ec3eeac Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 摹曛, 21 12月 2023 23:27:04 +0800
Subject: [PATCH] minor tweaks

---
 examples/mainwindow/mainwindow.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/examples/mainwindow/mainwindow.h b/examples/mainwindow/mainwindow.h
index 5511105..48d73cf 100644
--- a/examples/mainwindow/mainwindow.h
+++ b/examples/mainwindow/mainwindow.h
@@ -3,6 +3,11 @@
 
 #include <QtWidgets/QMainWindow>
 
+namespace QWK {
+    class WidgetWindowAgent;
+    class StyleAgent;
+}
+
 class MainWindow : public QMainWindow {
     Q_OBJECT
 public:
@@ -26,6 +31,9 @@
     void loadStyleSheet(Theme theme);
 
     Theme currentTheme{};
+
+    QWK::WidgetWindowAgent *windowAgent;
+    QWK::StyleAgent *styleAgent;
 };
 
 #endif // MAINWINDOW_H

--
Gitblit v1.9.1