mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
use getQualifiedname()
This commit is contained in:
parent
b081b1d2a5
commit
66a387fa59
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ public class VariableObject extends CObject implements ICDIVariableObject {
|
|||
Session session = (Session) (target.getSession());
|
||||
MISession mi = session.getMISession();
|
||||
CommandFactory factory = mi.getCommandFactory();
|
||||
MIWhatis whatis = factory.createMIWhatis(getName());
|
||||
MIWhatis whatis = factory.createMIWhatis(getQualifiedName());
|
||||
mi.postCommand(whatis);
|
||||
MIWhatisInfo info = whatis.getMIWhatisInfo();
|
||||
if (info == null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue