Skip to content

Commit

Permalink
Remove slot when screen is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
miwinkel committed Oct 15, 2019
1 parent af87cc0 commit b24e9f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/FullscreenTuningGLView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ namespace omni {

QWidget::setGeometry(_screen->geometry());
this->hide();

connect(QGuiApplication::instance(),SIGNAL(screenRemoved(QScreen*)),
this,SLOT(deleteIfScreenRemoved(QScreen*)));
}

FullscreenTuningGLView::~FullscreenTuningGLView() {
Expand Down

0 comments on commit b24e9f5

Please sign in to comment.