aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/statementdialog.h
blob: 658ea538764264d9473f253944591e13fa9edc56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef STATEMENTDIALOG_H
#define STATEMENTDIALOG_H

#include <QDialog>

namespace Ui {
class StatementDialog;
}

class StatementDialog : public QDialog
{
    Q_OBJECT

public:
    explicit StatementDialog(QWidget *parent = 0);
    ~StatementDialog();

private:
    Ui::StatementDialog *ui;
};

#endif // STATEMENTDIALOG_H