mirror of
https://github.com/august-alt/gpui.git
synced 2025-03-14 12:58:39 +03:00
wip: small refactor writeListIntoRegistry
function
This commit is contained in:
parent
1ab480609d
commit
f2ab986233
@ -162,7 +162,7 @@ bool writeListIntoRegistry(AbstractRegistrySource &source, QMap<std::string, QSt
|
||||
{
|
||||
// https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc731025(v=ws.10)
|
||||
// explicitValue cannot be used with the valuePrefix attribute.
|
||||
if (prefix.length() != 0)
|
||||
if (!prefix.empty())
|
||||
{
|
||||
// tmp warning msg.
|
||||
qWarning() << "Presentation builder::save: attempt to use explicitValue with the valuePrefix attribute";
|
||||
|
Loading…
x
Reference in New Issue
Block a user