mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 03:06:37 +03:00
Fix compilation with Qt 5.11 on macOS
This commit is contained in:
parent
b87ca60c5a
commit
dac2ab5409
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
|||
#include <QTabWidget>
|
||||
#include <QTabBar>
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
#include <QStyle>
|
||||
#endif
|
||||
|
||||
class HidableTabWidget : public QTabWidget
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue