Skip to content

Commit

Permalink
We need some extra QObject includes with Qt 6.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
baburton committed Oct 26, 2022
1 parent 9bc64e9 commit ecc9a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions qtui/src/packetcreator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#include "packetcreator.h"
#include "reginasupport.h"
#include <QObject>

void PacketCreator::explainNoParents() {
ReginaSupport::sorry(getInterface(),
Expand Down
1 change: 1 addition & 0 deletions qtui/src/reginaprefset.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#include <QFont>
#include <QList>
#include <QMutex>
#include <QObject>
#include <QString>
#include <QSize>
#include <QUrl>
Expand Down

0 comments on commit ecc9a8e

Please sign in to comment.