forked from quickshell/quickshell
all: fix new lints
This commit is contained in:
parent
05b5eccf2e
commit
517143adf9
6 changed files with 8 additions and 5 deletions
|
@ -156,7 +156,8 @@ QVector<Event> I3Ipc::parseResponse() {
|
|||
break;
|
||||
}
|
||||
|
||||
QJsonParseError e;
|
||||
// Importing this makes CI builds fail for some reason.
|
||||
QJsonParseError e; // NOLINT (misc-include-cleaner)
|
||||
|
||||
auto data = QJsonDocument::fromJson(payload, &e);
|
||||
if (e.error != QJsonParseError::NoError) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue