From 0f9d1f9e98f6b63a28e36a35f9a37cec722cc295 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sat, 31 Mar 2007 21:16:49 +0000 Subject: [PATCH] Compile "fix". --- modules/gui/qt4/components/extended_panels.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp index 2476dd9046..d499c0505a 100644 --- a/modules/gui/qt4/components/extended_panels.cpp +++ b/modules/gui/qt4/components/extended_panels.cpp @@ -75,6 +75,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QWidget *_parent ) : ui.setupUi( this ); +#if 0 + SETUP_VFILTER( clone, true, qtr(I_CLONE_TIP), qtr("Configure the clone filter") ); SETUP_VFILTER( magnify, false, qtr(I_MAGNIFY_TIP), @@ -93,6 +95,7 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QWidget *_parent ) : qtr("Configure the \"gradient\" effect")); SETUP_VFILTER( colorthres, true, qtr(I_COLORTHRES_TIP), qtr("Configure the color detection effect")); +#endif } ExtVideo::~ExtVideo() -- 2.39.2