Merge pull request #8456 from vit9696/patch-1

Fix compilation with Qt 5.11 on macOS
This commit is contained in:
Mike Tzou 2018-02-21 23:00:55 +08:00 committed by GitHub
commit edef85fa3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,10 @@
#include <QTabWidget>
#include <QTabBar>
#ifdef Q_OS_MAC
#include <QStyle>
#endif
class HidableTabWidget : public QTabWidget
{
public: