Commit 0f9d1f9e authored by Antoine Cellerier's avatar Antoine Cellerier

Compile "fix".

parent 514f568e
...@@ -75,6 +75,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QWidget *_parent ) : ...@@ -75,6 +75,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QWidget *_parent ) :
ui.setupUi( this ); ui.setupUi( this );
#if 0
SETUP_VFILTER( clone, true, qtr(I_CLONE_TIP), SETUP_VFILTER( clone, true, qtr(I_CLONE_TIP),
qtr("Configure the clone filter") ); qtr("Configure the clone filter") );
SETUP_VFILTER( magnify, false, qtr(I_MAGNIFY_TIP), SETUP_VFILTER( magnify, false, qtr(I_MAGNIFY_TIP),
...@@ -93,6 +95,7 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QWidget *_parent ) : ...@@ -93,6 +95,7 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QWidget *_parent ) :
qtr("Configure the \"gradient\" effect")); qtr("Configure the \"gradient\" effect"));
SETUP_VFILTER( colorthres, true, qtr(I_COLORTHRES_TIP), SETUP_VFILTER( colorthres, true, qtr(I_COLORTHRES_TIP),
qtr("Configure the color detection effect")); qtr("Configure the color detection effect"));
#endif
} }
ExtVideo::~ExtVideo() ExtVideo::~ExtVideo()
......
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