Commit 012a405f authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: EPGWidget: namespace enum

parent 9b34dc86
......@@ -37,12 +37,6 @@
#include <vlc_common.h>
#include <vlc_epg.h>
enum
{
EPGVIEW_WIDGET = 0,
NOEPG_WIDGET = 1
};
EPGWidget::EPGWidget( QWidget *parent ) : QWidget( parent )
{
b_input_type_known = false;
......
......@@ -43,6 +43,11 @@ class EPGWidget : public QWidget
public:
explicit EPGWidget( QWidget* parent = 0 );
void reset();
enum
{
EPGVIEW_WIDGET = 0,
NOEPG_WIDGET = 1
};
public slots:
void setZoom( int level );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment