fixed smplayer funtion

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@387 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-03-18 23:16:11 +00:00
parent c8c7113264
commit 5da31a90b7

View File

@ -589,10 +589,9 @@ void MainWindow::showsmplayer()
if (smplayer == 0) {
smplayer = new SMPlayer(QString::null, this);
/*connect(smplayer->gui(), SIGNAL(quitSolicited()),
smplayer->gui(), SLOT(hide()));*/
}
smplayer->gui()->show();
// Or
// smplayer->start();
//smplayer->show();
}