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

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


SVN commit 1118987 by jmhoffmann:

TileLevelRangeWidget: move private slots section below signals section.

 M  +4 -4      TileLevelRangeWidget.h  


--- trunk/KDE/kdeedu/marble/src/lib/TileLevelRangeWidget.h #1118986:1118987
@@ -35,14 +35,14 @@
     int topLevel() const;
     int bottomLevel() const;
 
+ Q_SIGNALS:
+    void topLevelChanged( int );
+    void bottomLevelChanged( int );
+
  private Q_SLOTS:
     void setMaximumTopLevel( int const );
     void setMinimumBottomLevel( int const );
 
- Q_SIGNALS:
-    void topLevelChanged( int );
-    void bottomLevelChanged( int );
-
  private:
     Q_DISABLE_COPY( TileLevelRangeWidget )
     class Private;


More information about the Marble-commits mailing list