Hab das so realisiert:
Code: Alles auswählen
QObject::connect((this, SIGNAL(updateGuiTest(map<string, int>)), gui, SLOT(updateTest(map<string, int>)));Code: Alles auswählen
emit(MyMap);QObject::connect: Cannot queue arguments of type 'map<string'
EDIT: Habe zum testen die maps mal ausgetauscht gegen strings! Auch strings erzeugen diese Meldung!!!!