Qt Code:
hash["key"] = *pointerToYourClassPacketObject;To copy to clipboard, switch view to plain text mode
If you have values (plural) associated with a key you need QMultiHash.
Qt Code:
hash["key"] = *pointerToYourClassPacketObject;To copy to clipboard, switch view to plain text mode
If you have values (plural) associated with a key you need QMultiHash.
darshan (19th February 2009)
Bookmarks