mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-19 12:54:24 -05:00
suppressed reference to smplayer/qcheckers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@975 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
de3d6fb366
commit
956f430337
@ -303,6 +303,7 @@ void ApplicationWindow::loadStyleSheet(const QString &sheetName)
|
||||
/** Shows smplayer */
|
||||
void ApplicationWindow::showsmplayer()
|
||||
{
|
||||
#if 0
|
||||
static SMPlayer * smplayer = 0;
|
||||
|
||||
if (smplayer == 0) {
|
||||
@ -310,5 +311,6 @@ void ApplicationWindow::showsmplayer()
|
||||
}
|
||||
|
||||
smplayer->gui()->show();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user