mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
solid: correct serial interface property type
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6a5759518a
commit
f3d6064f4e
1 changed files with 3 additions and 3 deletions
|
@ -37,10 +37,10 @@ namespace Solid
|
||||||
class SOLID_EXPORT SerialInterface : public DeviceInterface
|
class SOLID_EXPORT SerialInterface : public DeviceInterface
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
Q_PROPERTY(QVariant driverHandle READ driverHandle)
|
|
||||||
Q_PROPERTY(QString serialType READ serialType)
|
|
||||||
Q_PROPERTY(int port READ port)
|
|
||||||
Q_ENUMS(SerialType)
|
Q_ENUMS(SerialType)
|
||||||
|
Q_PROPERTY(QVariant driverHandle READ driverHandle)
|
||||||
|
Q_PROPERTY(SerialType serialType READ serialType)
|
||||||
|
Q_PROPERTY(int port READ port)
|
||||||
Q_DECLARE_PRIVATE(SerialInterface)
|
Q_DECLARE_PRIVATE(SerialInterface)
|
||||||
friend class Device;
|
friend class Device;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue