예제 #1
0
파일: FieldList.cpp 프로젝트: lvhui/OpenKit
QDebug operator<<(QDebug dbg, const FieldList& fieldlist)
{
	return dbg << fieldlist.toString();
}