[Kstars-devel] KDE/kdeedu/kstars/kstars/tools

Prakash Mohan prak902000 at gmail.com
Tue Jul 6 01:02:34 CEST 2010


SVN commit 1146414 by prakash:

selectObject is not a SLOT. Moving it under public functions.

CCMAIL: kstars-devel at kde.org


 M  +4 -1      observinglist.h  


--- trunk/KDE/kdeedu/kstars/kstars/tools/observinglist.h #1146413:1146414
@@ -170,6 +170,10 @@
      */
     SkyObject* findObjectByName( QString name );
 
+    /**@short make a selection in the session view 
+     */
+    void selectObject( SkyObject *o );
+
 public slots:
     /**@short add a new object to list
         *@p o pointer to the object to add to the list
@@ -322,7 +326,6 @@
 
     void slotAddVisibleObj();
 
-    void selectObject( SkyObject *o );
 
 protected slots:
     void slotClose();


More information about the Kstars-devel mailing list