Include Foundation framework only on macOS

This commit is contained in:
Sebastian Livoni 2025-02-01 18:32:29 +01:00
parent ea499a4831
commit 40b6ea4264
No known key found for this signature in database
GPG Key ID: 827A963A22F2E6B4

View File

@ -15,8 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <Foundation/Foundation.h>
#include "BrowserShared.h"
#include "config-keepassx.h"
@ -27,6 +25,10 @@
#include <QProcessEnvironment>
#endif
#if defined(Q_OS_MACOS)
#include <Foundation/Foundation.h>
#endif
namespace BrowserShared
{
QString localServerPath()