mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-30 09:13:40 -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 )
|
if (plIndex >=0 )
|
||||||
{
|
{
|
||||||
QWidget* plWidget = widgets.at(plIndex);
|
QWidget* plWidget = widgets.at(plIndex);
|
||||||
qDebug() << "in pm is " << (int)plWidget;
|
qDebug() << "in pm is " << (void *)plWidget;
|
||||||
if ( plWidget )
|
if ( plWidget )
|
||||||
{ //
|
{ //
|
||||||
widgets[plIndex] = 0;//(QWidget*)0;
|
widgets[plIndex] = 0;//(QWidget*)0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user