Skip to content

Commit

Permalink
Fix compatibility with Qt 6.7.1
Browse files Browse the repository at this point in the history
Upstream QTBUG-105023 fix made it mandatory that arguments to QObject::findChild[ren] calls must be Q_OBJECTs.
  • Loading branch information
OPNA2608 committed May 29, 2024
1 parent 61406ec commit 78c72d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/dlgStdPad.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ typedef struct _joy_list {
extern _joy_list joy_list;

class pixmapButton: public QPushButton {
Q_OBJECT

private:
QPixmap pixmap;

Expand Down

0 comments on commit 78c72d2

Please sign in to comment.