Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
krkane
/
Rüütli Vaev
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d3fef7b1
authored
May 01, 2024
by
grlabu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
6d171542
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
Source/bossfightend.cpp
Source/bossfightend.cpp
0 → 100644
View file @
d3fef7b1
#include "bossfightend.h"
#include "ui_bossfightend.h"
BossFightEnd
::
BossFightEnd
(
QWidget
*
parent
)
:
QDialog
(
parent
)
,
ui
(
new
Ui
::
BossFightEnd
)
{
ui
->
setupUi
(
this
);
}
BossFightEnd
::~
BossFightEnd
()
{
delete
ui
;
}
void
BossFightEnd
::
on_pushButton_2_clicked
()
{
done
(
1
);
}
void
BossFightEnd
::
on_pushButton_clicked
()
{
done
(
0
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment