Move some functions into Utils::OS namespace

Also remove `Utils::Misc::getUserIDString()` since there are no use of
it.
This commit is contained in:
Chocobo1
2023-10-29 22:16:09 +08:00
parent f20f009b78
commit 794cce38f3
9 changed files with 277 additions and 288 deletions

View File

@@ -28,6 +28,9 @@
*/
#import "badgeview.h"
#include <QString>
#include "base/utils/misc.h"
static const CGFloat kBetweenPadding = 2.0;