From kde-commits Sun Nov 30 21:26:28 2014 From: Bruno Coudoin Date: Sun, 30 Nov 2014 21:26:28 +0000 To: kde-commits Subject: [gcompris] src/core: core, add missing default value for the demo field Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=141738279711529 Git commit 9d735c914fb0e040c1c6ed2dc48cdf7881b36f6e by Bruno Coudoin. Committed on 30/11/2014 at 18:54. Pushed by bcoudoin into branch 'master'. core, add missing default value for the demo field M +2 -1 src/core/ActivityInfo.cpp http://commits.kde.org/gcompris/9d735c914fb0e040c1c6ed2dc48cdf7881b36f6e diff --git a/src/core/ActivityInfo.cpp b/src/core/ActivityInfo.cpp index 868ed4d..1833140 100644 --- a/src/core/ActivityInfo.cpp +++ b/src/core/ActivityInfo.cpp @@ -27,7 +27,8 @@ = ActivityInfo::ActivityInfo(QObject *parent): QObject(parent), - m_dir("") + m_dir(""), + m_demo(true) {} = QString ActivityInfo::name() const