MCPcopy Create free account
hub / github.com/MultiMC/Launcher / appendCustomValues

Function appendCustomValues

libraries/ganalytics/src/ganalytics.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118static void appendCustomValues(QUrlQuery &query, const QVariantMap &customValues)
119{
120 for (QVariantMap::const_iterator iter = customValues.begin(); iter != customValues.end(); ++iter)
121 {
122 query.addQueryItem(iter.key(), iter.value().toString());
123 }
124}
125
126/**
127 * Sent screen view is called when the user changed the applications view.

Callers 3

sendScreenViewMethod · 0.85
sendEventMethod · 0.85
sendExceptionMethod · 0.85

Calls 4

keyMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected