[glom] Deal with a minor TODO.



commit c35ee0229614e783f3b4a21549eb8a71c890e1d0
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Apr 3 01:51:33 2013 +0200

    Deal with a minor TODO.
    
        * glom/frame_glom.h: Make the signal handlers private.

 ChangeLog         |    6 ++++++
 glom/frame_glom.h |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 99bde7e..b6a7679 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2013-04-03  Murray Cumming  <murrayc murrayc com>
 
+       Deal with a minor TODO.
+
+       * glom/frame_glom.h: Make the signal handlers private.
+
+2013-04-03  Murray Cumming  <murrayc murrayc com>
+
        DbUtis: Some const improvements.
 
        * glom/libglom/db_utils.cc: Make the Document* const
diff --git a/glom/frame_glom.h b/glom/frame_glom.h
index c86c25f..99f6aca 100644
--- a/glom/frame_glom.h
+++ b/glom/frame_glom.h
@@ -215,7 +215,7 @@ protected:
 
   void alert_no_table();
 
-  //TODO: Make these private?
+private:
   //Signal handlers:
   void on_notebook_find_criteria(const Gnome::Gda::SqlExpr& where_clause);
   void on_button_quickfind();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]