Commit 3337f1c2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

name fix.

parent d5b96496
...@@ -186,8 +186,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) : ...@@ -186,8 +186,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
SETUP_VFILTER_OPTION( wallColsSpin, valueChanged( int ) ) SETUP_VFILTER_OPTION( wallColsSpin, valueChanged( int ) )
SETUP_VFILTER( panoramix ) SETUP_VFILTER( panoramix )
SETUP_VFILTER_OPTION( panorRowsSpin, valueChanged( int ) ) SETUP_VFILTER_OPTION( panoramixRowsSpin, valueChanged( int ) )
SETUP_VFILTER_OPTION( panorColsSpin, valueChanged( int ) ) SETUP_VFILTER_OPTION( panoramixColsSpin, valueChanged( int ) )
SETUP_VFILTER( erase ) SETUP_VFILTER( erase )
......
...@@ -666,7 +666,7 @@ ...@@ -666,7 +666,7 @@
</widget> </widget>
</item> </item>
<item row="0" column="1" > <item row="0" column="1" >
<widget class="QSpinBox" name="panorRowsSpin" > <widget class="QSpinBox" name="panoramixRowsSpin" >
<property name="minimum" > <property name="minimum" >
<number>1</number> <number>1</number>
</property> </property>
...@@ -683,7 +683,7 @@ ...@@ -683,7 +683,7 @@
</widget> </widget>
</item> </item>
<item row="1" column="1" > <item row="1" column="1" >
<widget class="QSpinBox" name="panorColsSpin" > <widget class="QSpinBox" name="panoramixColsSpin" >
<property name="minimum" > <property name="minimum" >
<number>1</number> <number>1</number>
</property> </property>
......
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