Fixed warning about missing return in qmessagebox.cpp
parent
0bb276863f
commit
481067453f
|
|
@ -1855,6 +1855,8 @@ static QMessageBox::StandardButton newButton(int button)
|
|||
default:
|
||||
return QMessageBox::NoButton;
|
||||
}
|
||||
#else
|
||||
return QMessageBox::NoButton;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue