Beispiel #1
0
void QtMainWindow::handleStatusChanged(StatusShow::Type showType, const QString &statusMessage) {
    onChangeStatusRequest(showType, Q2PSTRING(statusMessage));
}
Beispiel #2
0
void QtRosterHeader::handleChangeStatusRequest(StatusShow::Type type, const QString& text) {
	emit onChangeStatusRequest(type, text);
}