mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-22 13:54:55 -04: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
1 changed files with 2 additions and 0 deletions
|
@ -303,6 +303,7 @@ void ApplicationWindow::loadStyleSheet(const QString &sheetName)
|
||||||
/** Shows smplayer */
|
/** Shows smplayer */
|
||||||
void ApplicationWindow::showsmplayer()
|
void ApplicationWindow::showsmplayer()
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
static SMPlayer * smplayer = 0;
|
static SMPlayer * smplayer = 0;
|
||||||
|
|
||||||
if (smplayer == 0) {
|
if (smplayer == 0) {
|
||||||
|
@ -310,5 +311,6 @@ void ApplicationWindow::showsmplayer()
|
||||||
}
|
}
|
||||||
|
|
||||||
smplayer->gui()->show();
|
smplayer->gui()->show();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue