Clean up qtk.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user