smemamian
دوشنبه 21 اسفند 1391, 00:06 صبح
سلام دوستان
تفاوت این دو( qFatal() و qDebug() ) چیه ؟
alamate_aoal
دوشنبه 21 اسفند 1391, 11:40 صبح
سلام
Qt includes four global functions for writing out warning and debug text.
You can use them for the following purposes:
qDebug() is used for writing custom debug output.
qWarning() is used to report warnings and recoverable errors in your application.
qCritical() is used for writing critical error mesages and reporting system errors.
qFatal() is used for writing fatal error messages shortly before exiting.
حتما مستندات رو نگاه کن
vBulletin® v4.2.5, Copyright ©2000-1404, Jelsoft Enterprises Ltd.