fix compile error
This commit is contained in:
parent
e8ebead398
commit
2751c4dd9a
|
@ -350,7 +350,7 @@ const GDBMIResultParser::ParseObject &GDBMIResultParser::ParseValue::object() co
|
||||||
return mObject;
|
return mObject;
|
||||||
}
|
}
|
||||||
|
|
||||||
int64_t GDBMIResultParser::ParseValue::intValue(int defaultValue) const
|
qlonglong GDBMIResultParser::ParseValue::intValue(int defaultValue) const
|
||||||
{
|
{
|
||||||
//Q_ASSERT(mType == ParseValueType::Value);
|
//Q_ASSERT(mType == ParseValueType::Value);
|
||||||
bool ok;
|
bool ok;
|
||||||
|
|
Loading…
Reference in New Issue