[vlmc-devel] [PATCH 03/14] EffectsEngine: Use QCoreApplication

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


On 04/11/2016 08:09 AM, Yikai Lu wrote:
> Since QApplication requires the "Widgets" module, we should use QCoreApplication
> ---
>   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>
>
LGTM


More information about the Vlmc-devel mailing list