コード例 #1
0
ファイル: test.c プロジェクト: medva1997/bmstu_sem2
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();
}