freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] gsoc-2022-chariri-3 271d0ed 07/36: [ftinspect] Rename


From: Werner Lemberg
Subject: [freetype2-demos] gsoc-2022-chariri-3 271d0ed 07/36: [ftinspect] Rename `ttsettingscomboboxmodel.[ch]pp`.
Date: Wed, 27 Jul 2022 06:32:44 -0400 (EDT)

branch: gsoc-2022-chariri-3
commit 271d0ed7fb72529c3e287b02eaedb7a7bc4ef0ee
Author: Charlie Jiang <w@chariri.moe>
Commit: Charlie Jiang <w@chariri.moe>

    [ftinspect] Rename `ttsettingscomboboxmodel.[ch]pp`.
    
    Rename them to `customcomboboxmodels.[ch]pp`.
    
    * src/ftinspect/maingui.hpp, src/ftinspect/panels/settingpanel.hpp,
      src/ftinspect/panels/singular.hpp: Update references.
    
    * src/ftinspect/CMakeLists.txt, src/ftinspect/meson.build: Updated.
---
 src/ftinspect/CMakeLists.txt                                            | 2 +-
 src/ftinspect/maingui.hpp                                               | 2 +-
 src/ftinspect/meson.build                                               | 2 +-
 .../models/{ttsettingscomboboxmodel.cpp => customcomboboxmodels.cpp}    | 2 +-
 .../models/{ttsettingscomboboxmodel.hpp => customcomboboxmodels.hpp}    | 0
 src/ftinspect/panels/settingpanel.hpp                                   | 2 +-
 src/ftinspect/panels/singular.hpp                                       | 2 +-
 7 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/ftinspect/CMakeLists.txt b/src/ftinspect/CMakeLists.txt
index fda5ef3..b07d9c6 100644
--- a/src/ftinspect/CMakeLists.txt
+++ b/src/ftinspect/CMakeLists.txt
@@ -36,7 +36,7 @@ add_executable(ftinspect
   "widgets/glyphindexselector.cpp"
   "widgets/fontsizeselector.cpp"
 
-  "models/ttsettingscomboboxmodel.cpp"
+  "models/customcomboboxmodels.cpp"
 
   "panels/settingpanel.cpp"
   "panels/singular.cpp"
diff --git a/src/ftinspect/maingui.hpp b/src/ftinspect/maingui.hpp
index ff08176..8475f36 100644
--- a/src/ftinspect/maingui.hpp
+++ b/src/ftinspect/maingui.hpp
@@ -8,7 +8,7 @@
 #include "engine/engine.hpp"
 #include "widgets/customwidgets.hpp"
 #include "widgets/glyphindexselector.hpp"
-#include "models/ttsettingscomboboxmodel.hpp"
+#include "models/customcomboboxmodels.hpp"
 #include "panels/settingpanel.hpp"
 #include "panels/singular.hpp"
 #include "panels/continuous.hpp"
diff --git a/src/ftinspect/meson.build b/src/ftinspect/meson.build
index 149b234..77f116f 100644
--- a/src/ftinspect/meson.build
+++ b/src/ftinspect/meson.build
@@ -35,7 +35,7 @@ if qt5_dep.found()
     'widgets/glyphindexselector.cpp',
     'widgets/fontsizeselector.cpp',
 
-    'models/ttsettingscomboboxmodel.cpp',
+    'models/customcomboboxmodels.cpp',
 
     'panels/settingpanel.cpp',
     'panels/singular.cpp',
diff --git a/src/ftinspect/models/ttsettingscomboboxmodel.cpp 
b/src/ftinspect/models/customcomboboxmodels.cpp
similarity index 99%
rename from src/ftinspect/models/ttsettingscomboboxmodel.cpp
rename to src/ftinspect/models/customcomboboxmodels.cpp
index 4b058ad..5f96274 100644
--- a/src/ftinspect/models/ttsettingscomboboxmodel.cpp
+++ b/src/ftinspect/models/customcomboboxmodels.cpp
@@ -3,7 +3,7 @@
 // Copyright (C) 2022 by Charlie Jiang.
 
 
-#include "ttsettingscomboboxmodel.hpp"
+#include "customcomboboxmodels.hpp"
 
 #include <QApplication>
 #include <QPalette>
diff --git a/src/ftinspect/models/ttsettingscomboboxmodel.hpp 
b/src/ftinspect/models/customcomboboxmodels.hpp
similarity index 100%
rename from src/ftinspect/models/ttsettingscomboboxmodel.hpp
rename to src/ftinspect/models/customcomboboxmodels.hpp
diff --git a/src/ftinspect/panels/settingpanel.hpp 
b/src/ftinspect/panels/settingpanel.hpp
index cdfc667..9724bde 100644
--- a/src/ftinspect/panels/settingpanel.hpp
+++ b/src/ftinspect/panels/settingpanel.hpp
@@ -5,7 +5,7 @@
 #pragma once
 
 #include "../engine/engine.hpp"
-#include "../models/ttsettingscomboboxmodel.hpp"
+#include "../models/customcomboboxmodels.hpp"
 
 #include <QWidget>
 #include <QTabWidget>
diff --git a/src/ftinspect/panels/singular.hpp 
b/src/ftinspect/panels/singular.hpp
index fd68fcb..887cd30 100644
--- a/src/ftinspect/panels/singular.hpp
+++ b/src/ftinspect/panels/singular.hpp
@@ -15,7 +15,7 @@
 #include "../rendering/grid.hpp"
 #include "../rendering/graphicsdefault.hpp"
 #include "../engine/engine.hpp"
-#include "../models/ttsettingscomboboxmodel.hpp"
+#include "../models/customcomboboxmodels.hpp"
 
 #include <QWidget>
 #include <QPushButton>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]