示例#1
0
int main(void)
{
	hello();
	printf("If you see hello message, everything is all right.\n");

	goodbuy();
	printf("If you see buy message, everything is all right.\n");

	return 0;
}
示例#2
0
void ImageFolder::quit()
{
    emit goodbuy();
    this->close();
}