Files
oak-editor/dialogs/preferencesdialog.h
T
2018-06-22 12:52:07 -07:00

23 lines
339 B
C++

#ifndef PREFERENCESDIALOG_H
#define PREFERENCESDIALOG_H
#include <QDialog>
namespace Ui {
class PreferencesDialog;
}
class PreferencesDialog : public QDialog
{
Q_OBJECT
public:
explicit PreferencesDialog(QWidget *parent = 0);
~PreferencesDialog();
private:
Ui::PreferencesDialog *ui;
};
#endif // PREFERENCESDIALOG_H