tracegen: add qint64 support
Change-Id: I4f4c5430ce86e364819ae35f3089bacf1d253484 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>bb10
parent
180b496b53
commit
c3b05dfbc3
|
|
@ -123,6 +123,7 @@ static Tracepoint::Field::BackendType backendType(QString rawType)
|
|||
{ "signed_long_long", Tracepoint::Field::Integer },
|
||||
{ "signed_long_long_int", Tracepoint::Field::Integer },
|
||||
{ "unsigned_long_long", Tracepoint::Field::Integer },
|
||||
{ "qint64", Tracepoint::Field::Integer },
|
||||
{ "char", Tracepoint::Field::Integer },
|
||||
{ "intptr_t", Tracepoint::Field::IntegerHex },
|
||||
{ "uintptr_t", Tracepoint::Field::IntegerHex },
|
||||
|
|
|
|||
Loading…
Reference in New Issue