Added qmafw-gst-subtitles-applet package
[mafwsubrenderer] / qmafw-gst-subtitles-renderer / applet / subtitlesbrief.cpp
1 /****************************************************************************
2 **
3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
4 ** All rights reserved.
5 ** Contact: Nokia Corporation (directui@nokia.com)
6 **
7 ** This file is part of meegotouch-controlpanelapplets.
8 **
9 ** If you have questions regarding the use of this file, please contact
10 ** Nokia at directui@nokia.com.
11 **
12 ** This library is free software; you can redistribute it and/or
13 ** modify it under the terms of the GNU Lesser General Public
14 ** License version 2.1 as published by the Free Software Foundation
15 ** and appearing in the file LICENSE.LGPL included in the packaging
16 ** of this file.
17 **
18 ****************************************************************************/
19
20 #include "subtitlesbrief.h"
21 #include <dcpwidgettypes.h>
22
23 int
24 SubtitlesBrief::widgetTypeID () const
25 {
26     return DcpWidgetType::Label;
27 }