From 68ee6a0ec973940eb4f799b00f6518a902cbc4e5 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 26 Aug 2018 20:35:23 +0200 Subject: Implement custom Video player Well, well, well. Due to several unforseen circumstances I ventured into the sources again and implemented a Video player with Qt. Looks very promising so far. There are some bugs to weed out, but I'm getting there... --- shemov.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index 9f9d1c0..23d4c54 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -190,6 +190,7 @@ void SheMov::closeEvent(QCloseEvent *event){ SmGlobals *globals = SmGlobals::instance(); delete globals; QSqlDatabase::database("treedb").close(); + qApp->closeAllWindows(); event->accept(); } -- cgit v1.2.3-70-g09d2