[partition] Warnings--, explain why we're using a void*
This commit is contained in:
parent
9910b23152
commit
eb8e95bb87
@ -59,7 +59,7 @@ convenienceName( const Partition* const candidate )
|
|||||||
|
|
||||||
QString p;
|
QString p;
|
||||||
QTextStream s( &p );
|
QTextStream s( &p );
|
||||||
s << (void*)candidate;
|
s << (void*)(candidate); // No good name available, use pointer address
|
||||||
|
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user