mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-26 01:31:30 -05: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
@ -584,15 +584,14 @@ void MainWindow::startqcheckers()
|
|||||||
|
|
||||||
/** Shows smplayer */
|
/** Shows smplayer */
|
||||||
void MainWindow::showsmplayer()
|
void MainWindow::showsmplayer()
|
||||||
{
|
{
|
||||||
static SMPlayer * smplayer = 0;
|
static SMPlayer * smplayer = 0;
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user