mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-20 08:15:46 -05:00
Add advss namespace
Fixes name conflict with "Duration" class and typedef of the same name on MacOS
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include <QStringList>
|
||||
#include <chrono>
|
||||
|
||||
namespace advss {
|
||||
|
||||
enum class HotkeyType;
|
||||
|
||||
// TODO: Implement for MacOS and Linux
|
||||
@@ -23,3 +25,5 @@ bool isInFocus(const QString &executable);
|
||||
void PressKeys(const std::vector<HotkeyType> keys, int duration);
|
||||
void PlatformInit();
|
||||
void PlatformCleanup();
|
||||
|
||||
} // namespace advss
|
||||
|
||||
Reference in New Issue
Block a user