fix build errors

This commit is contained in:
uncor3
2025-10-24 02:30:40 -07:00
parent 87454fcb1a
commit 5749b87926
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#ifdef Q_OS_MACOS
#ifdef __APPLE__
#include "diskusagebar.h"
#include "platform/macos.h"
+2 -4
View File
@@ -1,5 +1,4 @@
#ifdef Q_OS_MACOS
#ifdef __APPLE__
#ifndef DISKUSAGEBAR_H
#define DISKUSAGEBAR_H
@@ -32,5 +31,4 @@ private:
};
#endif // DISKUSAGEBAR_H
#endif // Q_OS_MACOS
#endif // __APPLE__