mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-17 18:37:20 -05:00
changed pointer cast from int to void*
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1025 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
209bb758e2
commit
f3d35b7b5a
@ -283,7 +283,7 @@ PluginManager::unloadPlugin(QString pluginName)
|
||||
if (plIndex >=0 )
|
||||
{
|
||||
QWidget* plWidget = widgets.at(plIndex);
|
||||
qDebug() << "in pm is " << (int)plWidget;
|
||||
qDebug() << "in pm is " << (void *)plWidget;
|
||||
if ( plWidget )
|
||||
{ //
|
||||
widgets[plIndex] = 0;//(QWidget*)0;
|
||||
|
Loading…
Reference in New Issue
Block a user