mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Include QFont headers for OS X
Fix compilation on OS X >10.8 by including headers for QFont.
This commit is contained in:
parent
95c75bb8c8
commit
2b480f60f9
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
|||
#include <QLibraryInfo>
|
||||
#include <QSysInfo>
|
||||
|
||||
#if (!defined(DISABLE_GUI) && defined(Q_OS_MAC))
|
||||
#include <QFont>
|
||||
#endif
|
||||
|
||||
#include "application.h"
|
||||
#include "preferences.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue