mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-10 04:11:16 +00:00
Fix compilation with Qt 5.11 on macOS
This commit is contained in:
parent
b87ca60c5a
commit
dac2ab5409
@ -34,6 +34,10 @@
|
||||
#include <QTabWidget>
|
||||
#include <QTabBar>
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
#include <QStyle>
|
||||
#endif
|
||||
|
||||
class HidableTabWidget : public QTabWidget
|
||||
{
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user