aboutsummaryrefslogtreecommitdiff
path: root/plugins/ProfileEditor/forms/newprofiledialog.h
blob: 6fa0a272ff0f54df326283766baa0f3bd80266f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef NEWPROFILEDIALOG_H
#define NEWPROFILEDIALOG_H

#include <QDialog>

namespace Ui {
class NewProfileDialog;
}

class NewProfileDialog : public QDialog
{
    Q_OBJECT

public:
    explicit NewProfileDialog(QWidget *parent = nullptr);
    ~NewProfileDialog();

    const QString getId() const;

private:
    Ui::NewProfileDialog *ui;
};

#endif // NEWPROFILEDIALOG_H