X-Git-Url: http://git.maemo.org/git/?p=mafwsubrenderer;a=blobdiff_plain;f=qmafw-gst-subtitles-renderer%2Fapplet%2Fsubtitlesbrief.cpp;fp=qmafw-gst-subtitles-renderer%2Fapplet%2Fsubtitlesbrief.cpp;h=430b6d7da97733ed33f88e845dd7eef1fb7d9784;hp=0000000000000000000000000000000000000000;hb=5d196e4faf0a64d6d218a6b1b2aae1be8cafbc3f;hpb=cb58eb69968e3d124620470dfb1769958239fbb7 diff --git a/qmafw-gst-subtitles-renderer/applet/subtitlesbrief.cpp b/qmafw-gst-subtitles-renderer/applet/subtitlesbrief.cpp new file mode 100644 index 0000000..430b6d7 --- /dev/null +++ b/qmafw-gst-subtitles-renderer/applet/subtitlesbrief.cpp @@ -0,0 +1,27 @@ +/**************************************************************************** +** +** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). +** All rights reserved. +** Contact: Nokia Corporation (directui@nokia.com) +** +** This file is part of meegotouch-controlpanelapplets. +** +** If you have questions regarding the use of this file, please contact +** Nokia at directui@nokia.com. +** +** This library is free software; you can redistribute it and/or +** modify it under the terms of the GNU Lesser General Public +** License version 2.1 as published by the Free Software Foundation +** and appearing in the file LICENSE.LGPL included in the packaging +** of this file. +** +****************************************************************************/ + +#include "subtitlesbrief.h" +#include + +int +SubtitlesBrief::widgetTypeID () const +{ + return DcpWidgetType::Label; +}