ONE POINT SIX MILLISECONDS??????
This commit is contained in:
parent
63e4106cca
commit
733d422aea
9 changed files with 319 additions and 201 deletions
|
@ -12,10 +12,6 @@
|
|||
#include <variant>
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
#include <sdbus-c++/sdbus-c++.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @typedef u8
|
||||
* @brief Represents an 8-bit unsigned integer.
|
||||
|
@ -152,7 +148,7 @@ enum class NowPlayingCode : u8 {
|
|||
* @typedef LinuxError
|
||||
* @brief Represents a Linux-specific error.
|
||||
*/
|
||||
using LinuxError = sdbus::Error;
|
||||
using LinuxError = std::string;
|
||||
#elif defined(__APPLE__)
|
||||
/**
|
||||
* @typedef MacError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue