bsnes/qt/base/htmlviewer.moc.hpp

15 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;