Fix build.
This commit is contained in:
parent
1ef5d81270
commit
97305c8cb5
|
@ -39,7 +39,7 @@ constexpr auto kWaitingForAllGroupedDelay = crl::time(1000);
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
constexpr auto kSystemAlertDuration = crl::time(1000);
|
constexpr auto kSystemAlertDuration = crl::time(1000);
|
||||||
#elif // !Q_OS_MAC
|
#else // !Q_OS_MAC
|
||||||
constexpr auto kSystemAlertDuration = crl::time(0);
|
constexpr auto kSystemAlertDuration = crl::time(0);
|
||||||
#endif // Q_OS_MAC
|
#endif // Q_OS_MAC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue