Opened 17 years ago

Closed 16 years ago

#5776 closed defect (wontfix)

Some typedefs could use Qt types to improve portability

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

Since we use Qt as a porting library as well as a graphical interface toolkit. It makes sense to use its provided types whenever possible to improve portability. libmythdb has a few instances where that can be done.

Attachments (1)

libs_libmythdb-krazy2-typedefs.patch (2.1 KB) - added by Erik Hovland <erik@…> 17 years ago.
Use Qt types where possible

Download all attachments as: .zip

Change History (2)

Changed 17 years ago by Erik Hovland <erik@…>

Use Qt types where possible

comment:1 Changed 16 years ago by danielk

Resolution: wontfix
Status: newclosed

We use <stdint.h> POSIX integer types... No need to also include <QtGlobal?> and force everyone to remember qt's integer naming scheme.

Note: See TracTickets for help on using tickets.