Skip to content
Commit aa838e1c authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Change type of Window.resourceName, Window.resourceClass, and Window.windowRole to QString

testDbusInterface fails with Qt 6 build because QCOMPARE detects the
type difference between QString and QByteArray.

Since these properties being byte arrays has caused reasonable amount of
discomfort, let's make them QStrings. It will fix the test and make some
scripted effect code more cleaner.
parent 346ac6f3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment