コード例 #1
0
ファイル: QtMainWindow.cpp プロジェクト: swift/swift
void QtMainWindow::handleStatusChanged(StatusShow::Type showType, const QString &statusMessage) {
    onChangeStatusRequest(showType, Q2PSTRING(statusMessage));
}
コード例 #2
0
ファイル: QtRosterHeader.cpp プロジェクト: pedrosorren/swift
void QtRosterHeader::handleChangeStatusRequest(StatusShow::Type type, const QString& text) {
	emit onChangeStatusRequest(type, text);
}