From 12806268d46db2f1f96a59a162a46062485ebae5 Mon Sep 17 00:00:00 2001 From: RedLine AI Agent Date: Fri, 5 Sep 2025 19:48:43 +0000 Subject: [PATCH] Update app/imagewidget.h --- app/imagewidget.h | 62 +++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/app/imagewidget.h b/app/imagewidget.h index 1db3547..22be24c 100644 --- a/app/imagewidget.h +++ b/app/imagewidget.h @@ -1,31 +1,31 @@ -#ifndef IMAGEWIDGET_H -#define IMAGEWIDGET_H - -#include "enums.h" -#include "dds_structs.h" -#include "d3dbsp_structs.h" -#include "ipak_structs.h" - -#include - -namespace Ui { -class ImageWidget; -} - -class ImageWidget : public QWidget -{ - Q_OBJECT - -public: - explicit ImageWidget(QWidget *parent = nullptr); - ~ImageWidget(); - - void SetImage(std::shared_ptr aImage); - std::shared_ptr GetImage(); - -private: - std::shared_ptr mImage; - Ui::ImageWidget *ui; -}; - -#endif // IMAGEWIDGET_H +#ifndef IMAGEWIDGET_H +#define IMAGEWIDGET_H + +#include "enums.h" +#include "dds_structs.h" +#include "d3dbsp_structs.h" +#include "ipak_structs.h" + +#include + +namespace Ui { +class ImageWidget; +} + +class ImageWidget : public QWidget +{ + Q_OBJECT + +public: + explicit ImageWidget(QWidget *parent = nullptr); + ~ImageWidget(); + + void SetImage(std::shared_ptr aImage); + std::shared_ptr GetImage(); + +private: + std::shared_ptr mImage; + Ui::ImageWidget *ui; +}; + +#endif // IMAGEWIDGET_H