mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 21:38:51 +03:00
Merge pull request #2463 from Noctem/QFont
Include QFont headers for OS X
This commit is contained in:
commit
e4c7f52bb3
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…
Reference in a new issue