mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-20 13:24:33 -05: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
@ -24,8 +24,8 @@ QWidget*
|
|||||||
SMPlayerPlugin::pluginWidget(QWidget * parent )
|
SMPlayerPlugin::pluginWidget(QWidget * parent )
|
||||||
{
|
{
|
||||||
SMPlayer *smplayer = new SMPlayer();
|
SMPlayer *smplayer = new SMPlayer();
|
||||||
smplayer->start();
|
// smplayer->start();
|
||||||
//return smplayer;
|
return smplayer->gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user