bug:
[root@MagicLinux dhclient]# netmanager
QMetaObject::connectSlotsByName: No matching signal for on_TrayIconAction_triggered(QSystemTrayIcon::ActivationReason)
QMetaObject::connectSlotsByName: No matching signal for on_TrayIconTimerAction_triggered()
段错误
可以给每个网卡设定网关,如果没有设定,则使用统一的网关(/etc/sysconfig/network)中。
QMetaObject::connectSlotsByName: No matching signal for on_TrayIconAction_triggered(QSystemTrayIcon::ActivationReason)
QMetaObject::connectSlotsByName: No matching signal for on_TrayIconTimerAction_triggered()
后台报这个错,是因为我的函数名称有前缀on_,这个被qt4做特殊用途了,现在改了,见(http://www.qtcentre.org/forum/archive/index.php/t-10077.html)。
我的程序就是在rc2上开发的啊,除了qtcreater,也没有装啥特殊的库啊,其他人有遇到段错误的么?