[autotests/libinput] Set a valid sysName by default
The autotests are failing on build.kde.org due to the generated DBus object path not being valid. This might be due to sysName having been empty by default.
This commit is contained in:
parent
ab5d31426a
commit
a9ac2739f7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ struct libinput_device {
|
|||
bool tabletTool = false;
|
||||
bool gestureSupported = false;
|
||||
QByteArray name;
|
||||
QByteArray sysName;
|
||||
QByteArray sysName = QByteArrayLiteral("event0");
|
||||
QByteArray outputName;
|
||||
quint32 product = 0;
|
||||
quint32 vendor = 0;
|
||||
|
|
Loading…
Reference in a new issue