From 948bfe5e1032f7e19046638c3b47001f45d5a3f1 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Fri, 26 Jan 2024 18:02:28 -0500 Subject: Display header image in actor info tab --- src/widgets/tab_actor_info.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/tab_actor_info.h') diff --git a/src/widgets/tab_actor_info.h b/src/widgets/tab_actor_info.h index a1dd84f..c6a4b88 100644 --- a/src/widgets/tab_actor_info.h +++ b/src/widgets/tab_actor_info.h @@ -23,5 +23,7 @@ public slots: private: Ui::TabActorInfo* ui; + void paintEvent(QPaintEvent* event); + APActor* actor = nullptr; }; -- cgit v1.2.3-54-g00ecf