From aea15e76181950c1bd6b61d4325a85e59b6c1d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=A4=D0=B5=D0=B4=D0=BE?= =?UTF-8?q?=D1=80=D0=BE=D0=B2?= Date: Wed, 23 Dec 2020 16:31:45 +0000 Subject: [PATCH] Delete androidapp.h --- androidapp.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 androidapp.h diff --git a/androidapp.h b/androidapp.h deleted file mode 100644 index ead2fe1..0000000 --- a/androidapp.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef ANDROIDAPP_H -#define ANDROIDAPP_H - -#include - -QT_BEGIN_NAMESPACE -namespace Ui { class AndroidApp; } -QT_END_NAMESPACE - -class AndroidApp : public QMainWindow -{ - Q_OBJECT - -public: - AndroidApp(QWidget *parent = nullptr); - ~AndroidApp(); - -private: - Ui::AndroidApp *ui; -}; -#endif // ANDROIDAPP_H -- GitLab