Fix compiler warning about unused captured variable
This commit is contained in:
parent
1dde9a7b22
commit
328cf606d4
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ void ApplicationX11::performStartup()
|
||||||
bool ok = false;
|
bool ok = false;
|
||||||
const quint32 t = timestamp.toULongLong(&ok);
|
const quint32 t = timestamp.toULongLong(&ok);
|
||||||
if (ok) {
|
if (ok) {
|
||||||
kwinApp()->setX11Time(t);
|
setX11Time(t);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue