GH-2291 Fix build with Qt 5.11+
This commit is contained in:
parent
f0ff2db4e1
commit
4d68c1b509
19 changed files with 21 additions and 14 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "NotesPage.h"
|
||||
#include "ui_NotesPage.h"
|
||||
#include <QTabBar>
|
||||
|
||||
NotesPage::NotesPage(BaseInstance *inst, QWidget *parent)
|
||||
: QWidget(parent), ui(new Ui::NotesPage), m_inst(inst)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue