Searched refs:ErrorMsg (Results 1 – 2 of 2) sorted by relevance
1769 class ErrorMsg : public QMessageBox { class1771 ErrorMsg(QWidget *parent, DWORD last_err = GetLastError());1777 ErrorMsg::ErrorMsg(QWidget *parent, DWORD last_err) : in ErrorMsg() function in ErrorMsg1784 void ErrorMsg::showMsg(QString msg) in showMsg()1810 ErrorMsg(this).showMsg(tr("OpenSCManager failed")); in startService()1816 ErrorMsg(this).showMsg(tr("OpenService failed")); in startService()1822 ErrorMsg(this).showMsg(tr("Failed to start wpa_supplicant " in startService()1838 ErrorMsg(this).showMsg(tr("OpenSCManager failed")); in stopService()1844 ErrorMsg(this).showMsg(tr("OpenService failed")); in stopService()1850 ErrorMsg(this).showMsg(tr("Failed to stop wpa_supplicant " in stopService()
43 <name>ErrorMsg</name>