Move project in sub
This commit is contained in:
parent
f868166756
commit
ec1af1b8e5
43 changed files with 358 additions and 2 deletions
|
|
@ -1,22 +0,0 @@
|
|||
#ifndef CARGOEDITDIALOG_H
|
||||
#define CARGOEDITDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class CargoEditDialog;
|
||||
}
|
||||
|
||||
class CargoEditDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit CargoEditDialog(QWidget *parent = nullptr);
|
||||
~CargoEditDialog();
|
||||
|
||||
private:
|
||||
Ui::CargoEditDialog *ui;
|
||||
};
|
||||
|
||||
#endif // CARGOEDITDIALOG_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue