OTHER: Get values for keys matching RegExp
This commit is contained in:
parent
92c7c30c49
commit
c6b75de31d
3 changed files with 18 additions and 1 deletions
|
@ -43,7 +43,7 @@ BaseWindow::hideEvent (QHideEvent *event)
|
|||
return;
|
||||
}
|
||||
|
||||
if ((objectName ().isEmpty ()) | (objectName () == "MainWindow")) {
|
||||
if ((objectName ().isEmpty ()) || (objectName () == "MainWindow")) {
|
||||
event->ignore ();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue