bsnes-plus/bsnes/ui-qt/tools/manifestviewer.moc.hpp
2017-11-24 09:05:56 -05:00

15 lines
229 B
C++

class ManifestViewerWindow : public QWidget {
Q_OBJECT
public:
ManifestViewerWindow();
void synchronize();
private:
QVBoxLayout *layout;
QPlainTextEdit *textEdit;
};
extern ManifestViewerWindow *manifestViewerWindow;