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:
csoler 2009-02-09 08:10:15 +00:00
parent 209bb758e2
commit f3d35b7b5a

View File

@ -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;