Update app/preferenceeditor.h
This commit is contained in:
parent
ed9e7ee558
commit
97c4fbddde
@ -1,22 +1,22 @@
|
|||||||
#ifndef PREFERENCEEDITOR_H
|
#ifndef PREFERENCEEDITOR_H
|
||||||
#define PREFERENCEEDITOR_H
|
#define PREFERENCEEDITOR_H
|
||||||
|
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class PreferenceEditor;
|
class PreferenceEditor;
|
||||||
}
|
}
|
||||||
|
|
||||||
class PreferenceEditor : public QDialog
|
class PreferenceEditor : public QDialog
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit PreferenceEditor(QWidget *parent = nullptr);
|
explicit PreferenceEditor(QWidget *parent = nullptr);
|
||||||
~PreferenceEditor();
|
~PreferenceEditor();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::PreferenceEditor *ui;
|
Ui::PreferenceEditor *ui;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PREFERENCEEDITOR_H
|
#endif // PREFERENCEEDITOR_H
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user