[Marble-commits] KDE/kdeedu/marble/src/lib

Jens-Michael Hoffmann jensmh at gmx.de
Mon Apr 26 12:28:51 CEST 2010


SVN commit 1118977 by jmhoffmann:

TileLevelRangeWidget: remove obsolete comment, break long line.

 M  +2 -2      TileLevelRangeWidget.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/TileLevelRangeWidget.cpp #1118976:1118977
@@ -34,9 +34,9 @@
     : QWidget( parent, f ),
       d( new Private( this ))
 {
-    // FIXME: rename min -> topLevel, max -> bottomLevel
     connect( d->m_ui.topSpinBox, SIGNAL( valueChanged( int )), SIGNAL( topLevelChanged( int )));
-    connect( d->m_ui.bottomSpinBox, SIGNAL( valueChanged( int )), SIGNAL( bottomLevelChanged( int )));
+    connect( d->m_ui.bottomSpinBox, SIGNAL( valueChanged( int )),
+             SIGNAL( bottomLevelChanged( int )));
 
     connect( d->m_ui.topSpinBox, SIGNAL( valueChanged( int )), SLOT( setMinimumBottomLevel( int )));
     connect( d->m_ui.bottomSpinBox, SIGNAL( valueChanged( int )), SLOT( setMaximumTopLevel( int )));


More information about the Marble-commits mailing list