[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:29:47 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=e2c8979
The following commit has been merged in the master branch:
commit e2c89794d9b0ef6c1a2aabcb7ba91d7e3f216350
Author: Aleix Pol <aleixpol at kde.org>
Date: Wed Jun 8 18:39:31 2016 +0200
Prefer Q_ENUM to Q_ENUMS
---
interfaces/devicesmodel.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/interfaces/devicesmodel.h b/interfaces/devicesmodel.h
index fce91f8..a4f6ae8 100644
--- a/interfaces/devicesmodel.h
+++ b/interfaces/devicesmodel.h
@@ -47,7 +47,7 @@ public:
IconNameRole,
DeviceRole
};
- Q_ENUMS(ModelRoles);
+ Q_ENUM(ModelRoles);
// A device is always paired or reachable or both
// You can combine the Paired and Reachable flags
@@ -58,7 +58,7 @@ public:
};
Q_DECLARE_FLAGS(StatusFilterFlags, StatusFilterFlag)
Q_FLAGS(StatusFilterFlags)
- Q_ENUMS(StatusFilterFlag)
+ Q_ENUM(StatusFilterFlag)
explicit DevicesModel(QObject *parent = nullptr);
virtual ~DevicesModel();
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list