qt5中报错no matching function for call如何解决

2024年12月01日 11:18
有2个网友回答
网友(1):

#include
#include
#include

using namespace std;

int main (int argc, char * const argv[]){
string str = "Hello";
transform(str.begin(), str.end(), str.begin(), toupper);
cout << str << endl;

return 0;
}

网友(2):

LCDRange::LCDRange( QWidget *parent )
: QWidget(parent)
{
init();
}