mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-25 02:28:31 -05:00
Fix macOS build error (again)
Adds to f0cf5a5c19
Forgot to remove vestigial code
This commit is contained in:
@@ -41,7 +41,6 @@ void GetWindowList(QStringList &windows)
|
||||
|
||||
const char *str = name.UTF8String;
|
||||
if (str && *str)
|
||||
windows.emplace_back(str);
|
||||
windows << QString(str);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user