Searched defs:QtMethodMatchData (Results 1 – 1 of 1) sorted by relevance
1095 struct QtMethodMatchData struct1097 int matchDistance;1098 int index;1099 QVector<QtMethodMatchType> types;1100 QVarLengthArray<QVariant, 10> args;1102 QtMethodMatchData(int dist, int idx, QVector<QtMethodMatchType> typs, in QtMethodMatchData() argument1105 QtMethodMatchData() in QtMethodMatchData() argument1108 bool isValid() const in isValid()1111 int firstUnresolvedIndex() const in firstUnresolvedIndex()