Update app/stringtableviewer.h
This commit is contained in:
parent
90c3d3bef3
commit
d973d2bee5
@ -1,26 +1,26 @@
|
|||||||
#ifndef STRINGTABLEVIEWER_H
|
#ifndef STRINGTABLEVIEWER_H
|
||||||
#define STRINGTABLEVIEWER_H
|
#define STRINGTABLEVIEWER_H
|
||||||
|
|
||||||
#include "xstringtable.h"
|
#include "xstringtable.h"
|
||||||
|
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class StringTableViewer;
|
class StringTableViewer;
|
||||||
}
|
}
|
||||||
|
|
||||||
class StringTableViewer : public QWidget
|
class StringTableViewer : public QWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit StringTableViewer(QWidget *parent = nullptr);
|
explicit StringTableViewer(QWidget *parent = nullptr);
|
||||||
~StringTableViewer();
|
~StringTableViewer();
|
||||||
|
|
||||||
void SetStringTable(std::shared_ptr<StringTable> aStringTable);
|
void SetStringTable(const XStringTable *aStringTable);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::StringTableViewer *ui;
|
Ui::StringTableViewer *ui;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // STRINGTABLEVIEWER_H
|
#endif // STRINGTABLEVIEWER_H
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user