diff --git a/src/showplayer.cpp b/src/showplayer.cpp index 328227b..705364d 100644 --- a/src/showplayer.cpp +++ b/src/showplayer.cpp @@ -2,7 +2,7 @@ ShowPlayer::ShowPlayer(QWidget *parent) : - QDialog(parent) + QDialog(parent, Qt::Window) , ui(new Ui::ShowPlayer) { ui->setupUi(this);