mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-17 10:59:38 -04:00
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:
parent
c8c7113264
commit
5da31a90b7
1 changed files with 8 additions and 9 deletions
|
@ -589,10 +589,9 @@ void MainWindow::showsmplayer()
|
||||||
|
|
||||||
if (smplayer == 0) {
|
if (smplayer == 0) {
|
||||||
smplayer = new SMPlayer(QString::null, this);
|
smplayer = new SMPlayer(QString::null, this);
|
||||||
|
/*connect(smplayer->gui(), SIGNAL(quitSolicited()),
|
||||||
|
smplayer->gui(), SLOT(hide()));*/
|
||||||
}
|
}
|
||||||
|
|
||||||
smplayer->gui()->show();
|
smplayer->gui()->show();
|
||||||
// Or
|
|
||||||
// smplayer->start();
|
|
||||||
//smplayer->show();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue