在类的头文件前面写
#define DEBUG_FUNCTION_NAME qDebug("(l:%d):MainWindow::%s() is called!\n",__LINE__,__FUNCTION__);
然后在每个函数定义前面加一句DEBUG_FUNCTION_NAME
在类的头文件前面写
#define DEBUG_FUNCTION_NAME qDebug("(l:%d):MainWindow::%s() is called!\n",__LINE__,__FUNCTION__);
然后在每个函数定义前面加一句DEBUG_FUNCTION_NAME