Commit 2cbc284c authored by Lioncash's avatar Lioncash
Browse files

bootmanager: Use QStringLiteral instead of std::string to represent the window title

This gets rid of an unnecessary type conversion. We can just use the
regular QStringLiteral to already format the string as the type
setWindowTitle accepts instead of converting from a std::string
instance.
parent e7e209d9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment