以前编译都没有问题,跟新了编译器版本arm-linux-gcc-4.5.1就出现了这个错误
void from1::Graph_2_slot()
{
send_key( Qt::Key_2 , 0 ,QString::QString("2") );
}
void from1::Graph_3_slot()
{
send_key( Qt::Key_3 , 0 ,QString::QString("3") );
}
void from1::Graph_4_slot()
{
send_key( Qt::Key_4 , 0 ,QString::QString("4") );
}
void from1::Graph_5_slot()
{
send_key( Qt::Key_5 , 0 ,QString::QString("5") );
}
void from1::Graph_6_slot()
{
send_key( Qt::Key_6 , 0 ,QString::QString("6") );
}
void from1::Graph_7_slot()
{
send_key( Qt::Key_7 , 0 ,QString::QString("7") );
}