From 7584116168fd0655d826c8dc0113560991acf0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 8 Dec 2020 00:59:18 +0100 Subject: [PATCH] Removed cut&paste remains --- src/GUI/app.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/GUI/app.cpp b/src/GUI/app.cpp index f6bffa57..1dee6b8a 100644 --- a/src/GUI/app.cpp +++ b/src/GUI/app.cpp @@ -116,8 +116,6 @@ bool App::event(QEvent *event) } } else return true; - - return _gui->openFile(e->file()); } return QApplication::event(event);