mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Merge pull request #8456 from vit9696/patch-1
Fix compilation with Qt 5.11 on macOS
This commit is contained in:
commit
edef85fa3e
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…
Add table
Add a link
Reference in a new issue