我在用 QDebug 编译我的代码时遇到了麻烦,但我真的需要它。
#include <QCoreApplication>
#include <QtDebug>
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
QDebug() << "hello";
return a.exec();
}
这是我在这个简单测试中遇到的错误的一个例子:没有匹配的函数调用 'QDebug::QDebug()'