[Kstars-devel] branches/kstars/summer/kstars/kstars/tools

Prakash Mohan prak902000 at gmail.com
Mon Jun 15 18:29:48 CEST 2009


SVN commit 982354 by prakash:

The function saveCurrentUserLog and setCurrentImage are not slots, so putting them in the right place.

CCMAIL: kstars-devel at kde.org


 M  +10 -10    observinglist.h  


--- branches/kstars/summer/kstars/kstars/tools/observinglist.h #982353:982354
@@ -130,6 +130,16 @@
         */
     QList<QString> imageList() { return ImageList; }
 
+    /**@short Sets the image parameters for the current object
+        *@p o The passed object for setting the parameters
+        */
+    void setCurrentImage( SkyObject *o );
+
+    /**@short Save the user log text to a file.
+        *@note the log is attached to the current object in obsList.
+        */
+    void saveCurrentUserLog();
+
 public slots:
     /**@short add a new object to list
         *@p o pointer to the object to add to the list
@@ -215,11 +225,6 @@
         */
     void slotToggleSize();
 
-    /**@short Save the user log text to a file.
-        *@note the log is attached to the current object in obsList.
-        */
-    void saveCurrentUserLog();
-
     /**@short toggle the setEnabled flags according to current view
         *set the m_currentItem to NULL and clear selections
         *@p index captures the integer value sent by the signal
@@ -246,11 +251,6 @@
         */
     void slotGetImage( bool _dss = false );
 
-    /**@short Sets the image parameters for the current object
-        *@p o The passed object for setting the parameters
-        */
-    void setCurrentImage( SkyObject *o );
-
     /*8 at short Downloads the images of all the objects in the session list
         *Note: This downloads the SDSS image, checks if the size is > default image
         *and gets the DSS image if thats the case


More information about the Kstars-devel mailing list