Rename Image class to Label
All checks were successful
Build ptprnt / build (push) Successful in 5m1s

This commit is contained in:
2023-12-03 11:13:15 +01:00
parent f0812d3166
commit 0704081326
13 changed files with 61 additions and 31 deletions

View File

@@ -85,5 +85,5 @@
},
"clang-tidy.buildPath": "builddir/",
"clangd.onConfigChanged": "restart",
"C_Cpp.default.compileCommands": "builddir/compile_commands.json"
"C_Cpp.default.compileCommands": "/home/moritz/Projekte/ptouch-prnt/builddir/compile_commands.json"
}