mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 01:44:49 -05:00
Fix macOS build error (again)
Adds to f0cf5a5c19
Forgot to remove vestigial code
This commit is contained in:
parent
3959e41e88
commit
23201100fa
|
|
@ -41,7 +41,6 @@ void GetWindowList(QStringList &windows)
|
|||
|
||||
const char *str = name.UTF8String;
|
||||
if (str && *str)
|
||||
windows.emplace_back(str);
|
||||
windows << QString(str);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user