summaryrefslogtreecommitdiff
path: root/src/OpenCSGWarningDialog.h
blob: 5d9c8fa209452562cf9b6ec6c637c6eef565b98a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef OPENCSGWARNINGDIALOG_H_
#define OPENCSGWARNINGDIALOG_H_

#include "ui_OpenCSGWarningDialog.h"

class OpenCSGWarningDialog : public QDialog, public Ui::OpenCSGWarningDialog
{
	Q_OBJECT;
public:
	OpenCSGWarningDialog(QWidget *parent);

public slots:
	void setText(const QString &text);
};

#endif
contact: Jan Huwald // Impressum