miscelaneous changes

This commit is contained in:
fourtf
2020-08-22 16:49:23 +02:00
parent f3225275ea
commit 47afca2c71
3 changed files with 10 additions and 3 deletions
+5
View File
@@ -82,6 +82,11 @@ bool GenericListView::eventFilter(QObject * /*watched*/, QEvent *event)
emit this->closeRequested();
return true;
}
else if (key == Qt::Key_Escape)
{
emit this->closeRequested();
return true;
}
else
{
return false;