gnucash stable: [iter-to-stl] last merge: rename filename to gnc-tree-container.hpp

Christopher Lam clam at code.gnucash.org
Tue Aug 15 01:26:11 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/9213853a (commit)
	from  https://github.com/Gnucash/gnucash/commit/d8a0e294 (commit)



commit 9213853a3bdb1af99b0843e3c1932ebb8073039a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Aug 15 13:23:42 2023 +0800

    [iter-to-stl] last merge: rename filename to gnc-tree-container.hpp
    
    to reflect class name

diff --git a/gnucash/gnome-utils/CMakeLists.txt b/gnucash/gnome-utils/CMakeLists.txt
index 28eb3607e9..cc8486b9df 100644
--- a/gnucash/gnome-utils/CMakeLists.txt
+++ b/gnucash/gnome-utils/CMakeLists.txt
@@ -113,7 +113,7 @@ set(gnome_utils_noinst_HEADERS
   gnc-autosave.h
   gnc-gobject-utils.h
   gnc-gtk-utils.h
-  gnc-tree-model-container.hpp
+  gnc-tree-container.hpp
   gnc-option-gtk-ui.hpp
   search-param.h
 )
diff --git a/gnucash/gnome-utils/gnc-tree-model-container.hpp b/gnucash/gnome-utils/gnc-tree-container.hpp
similarity index 97%
rename from gnucash/gnome-utils/gnc-tree-model-container.hpp
rename to gnucash/gnome-utils/gnc-tree-container.hpp
index 57f4179a3a..f3afe91faa 100644
--- a/gnucash/gnome-utils/gnc-tree-model-container.hpp
+++ b/gnucash/gnome-utils/gnc-tree-container.hpp
@@ -1,5 +1,5 @@
 /********************************************************************\
- * gnc-tree-model-container.hpp
+ * gnc-tree-container.hpp
  *                                                                  *
  * This program is free software; you can redistribute it and/or    *
  * modify it under the terms of the GNU General Public License as   *
@@ -19,8 +19,8 @@
  * Boston, MA  02110-1301,  USA       gnu at gnu.org                   *
 \********************************************************************/
 
-#ifndef GNC_TREE_MODEL_CONTAINER_HPP
-#define GNC_TREE_MODEL_CONTAINER_HPP
+#ifndef GNC_TREE_CONTAINER_HPP
+#define GNC_TREE_CONTAINER_HPP
 
 #include <string>
 #include <optional>
diff --git a/gnucash/import-export/csv-imp/assistant-csv-price-import.cpp b/gnucash/import-export/csv-imp/assistant-csv-price-import.cpp
index 50431eae15..55ccb79800 100644
--- a/gnucash/import-export/csv-imp/assistant-csv-price-import.cpp
+++ b/gnucash/import-export/csv-imp/assistant-csv-price-import.cpp
@@ -35,7 +35,7 @@
 #include <glib/gi18n.h>
 #include <stdlib.h>
 
-#include "gnc-tree-model-container.hpp"
+#include "gnc-tree-container.hpp"
 #include "gnc-ui.h"
 #include "gnc-uri-utils.h"
 #include "gnc-ui-util.h"
diff --git a/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp b/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp
index 841ab14804..ffeeff8b9e 100644
--- a/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp
+++ b/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp
@@ -56,7 +56,7 @@
 #include "gnc-csv-gnumeric-popup.h"
 #include "go-charmap-sel.h"
 
-#include "gnc-tree-model-container.hpp"
+#include "gnc-tree-container.hpp"
 #include "gnc-imp-settings-csv-tx.hpp"
 #include "gnc-import-tx.hpp"
 #include "gnc-tokenizer-fw.hpp"



Summary of changes:
 gnucash/gnome-utils/CMakeLists.txt                                  | 2 +-
 .../{gnc-tree-model-container.hpp => gnc-tree-container.hpp}        | 6 +++---
 gnucash/import-export/csv-imp/assistant-csv-price-import.cpp        | 2 +-
 gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp        | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
 rename gnucash/gnome-utils/{gnc-tree-model-container.hpp => gnc-tree-container.hpp} (97%)



More information about the gnucash-changes mailing list