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

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


SVN commit 1118983 by jmhoffmann:

LatLonBoxWidget: Declare slots updateLatSingleStep and updateLonSingleStep
private as they make no sense in the public API.

 M  +4 -4      LatLonBoxWidget.h  


--- trunk/KDE/kdeedu/marble/src/lib/LatLonBoxWidget.h #1118982:1118983
@@ -32,13 +32,13 @@
     GeoDataLatLonBox latLonBox() const;
     void setLatLonBox( GeoDataLatLonBox const & );
 
- public Q_SLOTS:
+ Q_SIGNALS:
+    void valueChanged();
+
+ private Q_SLOTS:
     void updateLatSingleStep();
     void updateLonSingleStep();
 
- Q_SIGNALS:
-    void valueChanged();
-
  private:
     Q_DISABLE_COPY( LatLonBoxWidget )
     class Private;


More information about the Marble-commits mailing list