Home
last modified time | relevance | path

Searched refs:setLogoVisible (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dmplayerwindow.h114 void setLogoVisible(bool b);
115 void showLogo() { setLogoVisible(true); }; in showLogo()
116 void hideLogo() { setLogoVisible(false); }; in hideLogo()
H A Dmplayerwindow.cpp189 void MplayerWindow::setLogoVisible( bool b) { in setLogoVisible() function in MplayerWindow