Files
oak-editor/app/dialog/export/export.h
T
2019-12-15 13:44:16 +11:00

13 lines
185 B
C++

#ifndef EXPORTDIALOG_H
#define EXPORTDIALOG_H
#include <QDialog>
class ExportDialog : public QDialog
{
public:
ExportDialog(QWidget* parent = nullptr);
};
#endif // EXPORTDIALOG_H