Commit aea15e76 authored by Игорь Федоров's avatar Игорь Федоров :fire:
Browse files

Delete androidapp.h

No related merge requests found
Showing with 0 additions and 21 deletions
+0 -21
#ifndef ANDROIDAPP_H
#define ANDROIDAPP_H
#include <QMainWindow>
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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment