From 5f8c57b60d205686144ef3f3c1e225d15a70ad2b Mon Sep 17 00:00:00 2001 From: kelteseth Date: Thu, 8 Mar 2018 18:49:15 +0100 Subject: [PATCH] Add doc for the new screenplay class --- ScreenPlay/src/screenplay.h | 6 ++++++ ScreenPlay/src/settings.h | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ScreenPlay/src/screenplay.h b/ScreenPlay/src/screenplay.h index f36c208c..f801f17a 100644 --- a/ScreenPlay/src/screenplay.h +++ b/ScreenPlay/src/screenplay.h @@ -12,6 +12,12 @@ #include "sdkconnector.h" #include "settings.h" +/*! + \class ScreenPlay + \brief Used for Creation of Wallpaper, Scenes and Widgets +*/ + + class ScreenPlayWallpaper; class ScreenPlayWidget; diff --git a/ScreenPlay/src/settings.h b/ScreenPlay/src/settings.h index da038e3e..596189a0 100644 --- a/ScreenPlay/src/settings.h +++ b/ScreenPlay/src/settings.h @@ -35,7 +35,6 @@ \brief Used for: \list \i User configuration - \i Creation of Wallpaper, Scenes and Widgets \i Communication via the SDK Connector \endlist