forked from quickshell/quickshell
all: fix new lints
This commit is contained in:
parent
26d443aa50
commit
2c411fce5a
43 changed files with 351 additions and 316 deletions
|
|
@ -66,7 +66,7 @@ template <typename T>
|
|||
void asyncReadProperty(
|
||||
QDBusAbstractInterface& interface,
|
||||
const QString& property,
|
||||
std::function<void(T, QDBusError)> callback
|
||||
const std::function<void(T, QDBusError)>& callback
|
||||
) {
|
||||
asyncReadPropertyInternal(
|
||||
QMetaType::fromType<T>(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue