fix compile error

This commit is contained in:
Roy Qu 2023-03-04 19:38:39 +08:00
parent e8ebead398
commit 2751c4dd9a
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ const GDBMIResultParser::ParseObject &GDBMIResultParser::ParseValue::object() co
return mObject;
}
int64_t GDBMIResultParser::ParseValue::intValue(int defaultValue) const
qlonglong GDBMIResultParser::ParseValue::intValue(int defaultValue) const
{
//Q_ASSERT(mType == ParseValueType::Value);
bool ok;