Init
This commit is contained in:
16
infoDialog.h
Normal file
16
infoDialog.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include <QDialog>
|
||||
#include "ui_infoDialog.h"
|
||||
|
||||
class infoDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
infoDialog(QWidget *parent = nullptr);
|
||||
~infoDialog();
|
||||
|
||||
private:
|
||||
Ui::infoDialogClass ui;
|
||||
};
|
||||
Reference in New Issue
Block a user