Commit d3fef7b1 by grlabu

Upload New File

parent 6d171542
Showing with 26 additions and 0 deletions
#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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment