Rename QWaylandClientExtension's active() to isActive()
Change-Id: Idaf14be727af20d308c21f2cf33db6d417765744 Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
This commit is contained in:
parent
4e697de346
commit
b4b446915a
@ -105,7 +105,7 @@ void QWaylandClientExtension::setVersion(const int ver)
|
||||
}
|
||||
}
|
||||
|
||||
bool QWaylandClientExtension::active() const
|
||||
bool QWaylandClientExtension::isActive() const
|
||||
{
|
||||
Q_D(const QWaylandClientExtension);
|
||||
return d->active;
|
||||
|
@ -54,13 +54,13 @@ class Q_WAYLAND_CLIENT_EXPORT QWaylandClientExtension : public QObject
|
||||
Q_OBJECT
|
||||
Q_DECLARE_PRIVATE(QWaylandClientExtension)
|
||||
Q_PROPERTY(int protocolVersion READ version NOTIFY versionChanged)
|
||||
Q_PROPERTY(bool active READ active NOTIFY activeChanged)
|
||||
Q_PROPERTY(bool active READ isActive NOTIFY activeChanged)
|
||||
public:
|
||||
QWaylandClientExtension(const int version);
|
||||
|
||||
QWaylandIntegration *integration() const;
|
||||
int version() const;
|
||||
bool active() const;
|
||||
bool isActive() const;
|
||||
|
||||
virtual const struct wl_interface *extensionInterface() const = 0;
|
||||
virtual void bind(struct ::wl_registry *registry, int id, int version) = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user