QWaylandShellIntegrationTemplate: swap order of base classes
The QObject must alwyas come first. This is BiC, but it's a private header, so we don't care. Amends a7bb7210ac76a397b4aec8d8f32d902dc932d855. Pick-to: 6.9 Change-Id: I35edce36d1cc7f5d61f7c3457ca6541e827288a0 Reviewed-by: David Redondo <qt@david-redondo.de> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
8fb0ceeb95
commit
33db27aeaf
@ -55,7 +55,9 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class Q_WAYLANDCLIENT_EXPORT QWaylandShellIntegrationTemplate : public QWaylandShellIntegration, public QWaylandClientExtension
|
class Q_WAYLANDCLIENT_EXPORT QWaylandShellIntegrationTemplate
|
||||||
|
: public QWaylandClientExtension,
|
||||||
|
public QWaylandShellIntegration
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
QWaylandShellIntegrationTemplate(const int ver) :
|
QWaylandShellIntegrationTemplate(const int ver) :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user