[vlmc-devel] [PATCH 13/14] Main: Use QCoreApplication

Hugo Beauzée-Luyssen hugo at beauzee.fr
Tue Apr 12 14:15:38 CEST 2016


On 04/11/2016 08:09 AM, Yikai Lu wrote:
> ---
>   src/Main/main.cpp | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/Main/main.cpp b/src/Main/main.cpp
> index b72b84a..77ba8b5 100644
> --- a/src/Main/main.cpp
> +++ b/src/Main/main.cpp
> @@ -41,7 +41,7 @@
>   #include "Gui/wizard/firstlaunch/FirstLaunchWizard.h"
>   #endif
>
> -#include <QApplication>
> +#include <QCoreApplication>
>   #include <QColor>
>   #include <QFile>
>   #include <QPalette>
>
Doesn't this break the GUI build?


More information about the Vlmc-devel mailing list