Skip to content

Commit 4390020

Browse files
committed
Update tips_and_triks_list.md
1 parent 428f782 commit 4390020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/internal/tips_and_triks_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
| 🔴 | #12 | December 8, 2025 | Using timers (interval, elapsed event) | std::thread + sleep, Qt Timer |
3939
| 🔴 | #11 | November 24, 2025 | Formatting strings with xtd::string::format | C++20 std::format / Qt QString::arg |
4040
| 🔴 | #10 | November 10, 2025 | Unit testing with xtd::tunit | Catch2 / gtest |
41-
| 🟡 | #9 | October 27, 2025 | Adding color to console output (text + background) | ANSI escape codes |
41+
| 🟢 | #9 | October 27, 2025 | Adding color to console output (text + background) | ANSI escape codes |
4242
| 🟢 | #8 | October 13, 2025 | array_list a heterogeneous container supporting multiple types | C++ modern / Boost / Qt |
4343
| 🟢 | #7 | September 29, 2025 | Creating a simple form with a button | Qt / WinForms |
4444
| 🟢 | #6 | September 15, 2025 | Getting special folders | Win32 API / Qt |

0 commit comments

Comments
 (0)