bsnes-plus/bsnes/ui-qt/base/htmlviewer.moc.hpp
2014-11-26 18:35:12 -05:00

14 lines
249 B
C++

class HtmlViewerWindow : public Window {
Q_OBJECT
public:
QVBoxLayout *layout;
QTextBrowser *document;
void show(const char *title, const char *htmlData);
HtmlViewerWindow();
public slots:
};
extern HtmlViewerWindow *htmlViewerWindow;