Added DUI control panel applet
[mafwsubrenderer] / qmafw-gst-subtitles-renderer / applet / subtitlesbrief.h
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 #ifndef SUBTITLESBRIEF_H
20 #define SUBTITLESBRIEF_H
21
22 #include <dcpbrief.h>
23
24 class SubtitlesBrief: public DcpBrief
25 {
26     Q_OBJECT
27
28 public:
29     virtual int widgetTypeID () const;
30 };
31
32 #endif