So if you write
Qt Code:
if (ui->check2pass->isChecked()){ args << "-pass"; args << "2"; } else { qDebug("Failed Event."); }To copy to clipboard, switch view to plain text mode
It will print out Failed Event?
So if you write
Qt Code:
if (ui->check2pass->isChecked()){ args << "-pass"; args << "2"; } else { qDebug("Failed Event."); }To copy to clipboard, switch view to plain text mode
It will print out Failed Event?
sorry i can't verify that as i'm on a different computer now but i will try that any other suggestions would be welcome.
Bookmarks