void QDiceThread::readValue(int *seq, int *diveValue) { *seq = m_seq; *diveValue = m_diceValue; } . . . . int seq, diceValue; threadA.readValue(&seq, &diceValue);
京公网安备 11010502049817号