[mythtv] [PATCH] View log entries in System Status (Update1)

Doug Larrick doug at ties.org
Fri Sep 3 09:49:08 EDT 2004


Kevin Kuphal wrote:
> That's what I was thinking of.  I just didn't know if there was maybe 
> some kind of multidimensional QMap type object available to store say 
> two strings and an int in one record easily.

Well you can always make a struct and stuff that in as the data.  For 
just two items, you can use an STL pair, though it's kinda hackish.  You 
can even use this trick for the key, which allows secondary, tertiary, 
etc. keys -- kinda cool.

-Doug
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : http://mythtv.org/pipermail/mythtv-dev/attachments/20040903/c8dd902f/signature.pgp


More information about the mythtv-dev mailing list