Replace depreciated macro
This commit is contained in:
@@ -57,7 +57,7 @@ static int clamp(float x) {
|
||||
namespace Utils {
|
||||
|
||||
qreal StyleHelper::sidebarFontSize() {
|
||||
#if defined(Q_WS_MAC)
|
||||
#if defined(Q_OS_MACOS)
|
||||
return 10;
|
||||
#else
|
||||
return 7.5;
|
||||
|
||||
Reference in New Issue
Block a user