Skip to content
Snippets Groups Projects
Commit fd7d8fb6 authored by luyikei's avatar luyikei Committed by Hugo Beauzée-Luyssen
Browse files

EffectsEngine: Use QCoreApplication


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

Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent 9a301eed
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment