mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
bug fixed: incorrect creation of the plugin
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1002 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8c6c7f3840
commit
62b0fb538b
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ QWidget*
|
|||
SMPlayerPlugin::pluginWidget(QWidget * parent )
|
||||
{
|
||||
SMPlayer *smplayer = new SMPlayer();
|
||||
smplayer->start();
|
||||
//return smplayer;
|
||||
// smplayer->start();
|
||||
return smplayer->gui();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue