Clean up qtk.

This commit is contained in:
2025-03-08 11:24:13 -05:00
parent 32641acd8d
commit 1bed9545c9
19 changed files with 47 additions and 50 deletions

View File

@@ -72,7 +72,7 @@ namespace Qtk {
*
* @param name Base name for the DebugConsole window.
*/
inline void setTitle(QString name) {
inline void setTitle(const QString& name) {
setWindowTitle(name + " Debug Console");
}