Quote Originally Posted by batileon View Post
I think what I need is the QPair mapping instead of only having the mapped_type.
What do you need this for? Anyway you can always use:
Qt Code:
  1. typedef QPair< const NameVariableMap::key_type, NameVariableMap::mapped_type > NameVariableMapValue;
To copy to clipboard, switch view to plain text mode