Commit 66b985c3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: cosmetics.

parent f52b2b2d
......@@ -767,16 +767,6 @@ void FullscreenControllerWidget::showFSC()
show();
}
/**
* Hide fullscreen controller
* FIXME: under windows it have to be done by moving out of screen
* because hide() doesnt work
*/
void FullscreenControllerWidget::hideFSC()
{
hide();
}
/**
* Plane to hide fullscreen controller
*/
......
......@@ -245,7 +245,7 @@ protected:
private slots:
void showFSC();
void planHideFSC();
void hideFSC();
void hideFSC() { hide(); }
void slowHideFSC();
void centerFSC( int );
......
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 to comment