Update app/stringtableviewer.h

This commit is contained in:
RedLine AI Agent 2025-09-05 20:47:03 +00:00
parent 90c3d3bef3
commit d973d2bee5

View File

@ -17,7 +17,7 @@ public:
explicit StringTableViewer(QWidget *parent = nullptr);
~StringTableViewer();
void SetStringTable(std::shared_ptr<StringTable> aStringTable);
void SetStringTable(const XStringTable *aStringTable);
private:
Ui::StringTableViewer *ui;