Added DUI control panel applet
[mafwsubrenderer] / qmafw-gst-subtitles-renderer / applet / dcpsubtitles.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 DCPSUBTITLES_H
20 #define DCPSUBTITLES_H
21
22 namespace DcpSubtitles
23 {
24 enum {
25     None = -1,
26     Main = 0
27 };
28 }
29
30 #endif // DCPSUBTITLES_H