[vlmc-devel] EffectsEngine: Use QCoreApplication

Yikai Lu git at videolan.org
Tue Apr 12 15:56:33 CEST 2016


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Mon Apr 11 15:09:14 2016 +0900| [fd7d8fb6e641f51c761284f05f6721c7d5f19fb9] | committer: Hugo Beauzée-Luyssen

EffectsEngine: Use QCoreApplication

Since QApplication requires the "Widgets" module, we should use QCoreApplication

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> https://code.videolan.org/videolan/vlmc/commit/fd7d8fb6e641f51c761284f05f6721c7d5f19fb9
---

 src/EffectsEngine/EffectsEngine.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/EffectsEngine/EffectsEngine.cpp b/src/EffectsEngine/EffectsEngine.cpp
index aeafc40..f5e1179 100644
--- a/src/EffectsEngine/EffectsEngine.cpp
+++ b/src/EffectsEngine/EffectsEngine.cpp
@@ -20,7 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include <QApplication>
+#include <QCoreApplication>
 #include <QDir>
 #include <QProcess>
 #include <QSettings>



More information about the Vlmc-devel mailing list