1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Add doc for the new screenplay class

This commit is contained in:
kelteseth 2018-03-08 18:49:15 +01:00
parent 193af1fff2
commit 5f8c57b60d
2 changed files with 6 additions and 1 deletions

View File

@ -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;

View File

@ -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