mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Fix compilation error on Mac
This commit is contained in:
parent
ff63d75532
commit
0553668da8
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
||||||
#ifndef SESSIONAPPLICATION_H
|
#ifndef SESSIONAPPLICATION_H
|
||||||
#define SESSIONAPPLICATION_H
|
#define SESSIONAPPLICATION_H
|
||||||
|
|
||||||
|
#include <QtCore/QtGlobal>
|
||||||
|
|
||||||
#ifdef Q_WS_MAC
|
#ifdef Q_WS_MAC
|
||||||
#include "qmacapplication.h"
|
#include "qmacapplication.h"
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue