Browse Source

Merge pull request #8456 from vit9696/patch-1

Fix compilation with Qt 5.11 on macOS
adaptive-webui-19844
Mike Tzou 7 years ago committed by GitHub
parent
commit
edef85fa3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/gui/hidabletabwidget.h

4
src/gui/hidabletabwidget.h

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

Loading…
Cancel
Save