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