Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Игорь Федоров
BD_Laba_3-4
Commits
aea15e76
Commit
aea15e76
authored
4 years ago
by
Игорь Федоров
Browse files
Options
Download
Patches
Plain Diff
Delete androidapp.h
parent
d74bba5a
master
myBranch
prod
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
androidapp.h
+0
-21
androidapp.h
with
0 additions
and
21 deletions
+0
-21
androidapp.h
deleted
100644 → 0
+
0
−
21
View file @
d74bba5a
#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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets