Update app/techsetviewer.h

This commit is contained in:
RedLine AI Agent 2025-09-05 20:47:19 +00:00
parent a7e0859b8d
commit d477865e9a

View File

@ -1,7 +1,7 @@
#ifndef TECHSETVIEWER_H
#define TECHSETVIEWER_H
#include "materialtechset.h"
#include "xmaterialtechniqueset.h"
#include <QWidget>
@ -17,7 +17,7 @@ public:
explicit TechSetViewer(QWidget *parent = nullptr);
~TechSetViewer();
void SetTechSet(std::shared_ptr<MaterialTechSet> aTechSet);
void SetTechSet(const XMaterialTechniqueSet *aTechSet);
private:
Ui::TechSetViewer *ui;