More file splitting

Mon, 11 Apr 2022 17:33:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 11 Apr 2022 17:33:38 +0200
changeset 128
0f4eee875ea6
parent 127
475c8b8df67f
child 129
a9c19eaab018

More file splitting

src/EditRecipe.cpp file | annotate | diff | comparison | revisions
src/EditRecipeTab4.cpp file | annotate | diff | comparison | revisions
src/EditRecipeTab5.cpp file | annotate | diff | comparison | revisions
src/EditRecipeTab6.cpp file | annotate | diff | comparison | revisions
--- a/src/EditRecipe.cpp	Mon Apr 11 17:22:43 2022 +0200
+++ b/src/EditRecipe.cpp	Mon Apr 11 17:33:38 2022 +0200
@@ -519,21 +519,6 @@
 }
 
 
-void EditRecipe::refreshMiscs()
-{
-}
-
-
-void EditRecipe::refreshYeasts()
-{
-}
-
-
-void EditRecipe::refreshMashs()
-{
-}
-
-
 void EditRecipe::refreshAll()
 {
     refreshFermentables();
@@ -901,6 +886,9 @@
 #include "EditRecipeTab1.cpp"
 #include "EditRecipeTab2.cpp"
 #include "EditRecipeTab3.cpp"
+#include "EditRecipeTab4.cpp"
+#include "EditRecipeTab5.cpp"
+#include "EditRecipeTab6.cpp"
 
 
 void EditRecipe::on_deleteButton_clicked()
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/EditRecipeTab4.cpp	Mon Apr 11 17:33:38 2022 +0200
@@ -0,0 +1,25 @@
+/**
+ * EditRecipe.cpp is part of bmsapp.
+ *
+ * tab 4, miscs.
+ *
+ * bmsapp is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * bmsapp is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+
+void EditRecipe::refreshMiscs()
+{
+}
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/EditRecipeTab5.cpp	Mon Apr 11 17:33:38 2022 +0200
@@ -0,0 +1,25 @@
+/**
+ * EditRecipe.cpp is part of bmsapp.
+ *
+ * tab 5, yeasts.
+ *
+ * bmsapp is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * bmsapp is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+
+void EditRecipe::refreshYeasts()
+{
+}
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/EditRecipeTab6.cpp	Mon Apr 11 17:33:38 2022 +0200
@@ -0,0 +1,25 @@
+/**
+ * EditRecipe.cpp is part of bmsapp.
+ *
+ * tab 6, mash.
+ *
+ * bmsapp is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * bmsapp is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+
+void EditRecipe::refreshMashs()
+{
+}
+
+

mercurial