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
|
@ -115,7 +115,7 @@ void TestScriptModel::unique_data() {
|
|||
void TestScriptModel::unique() {
|
||||
QFETCH(const QString, oldstr);
|
||||
QFETCH(const QString, newstr);
|
||||
QFETCH(OpList, operations);
|
||||
QFETCH(const OpList, operations);
|
||||
|
||||
auto strToVariantList = [](const QString& str) -> QVariantList {
|
||||
QVariantList list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue