mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-28 19:29:57 +00:00
refactor: fix some minor clang-tidy warnings
This commit is contained in:
@ -42,7 +42,7 @@ void TestAWPatternFunctions::test_findFunctionCalls()
|
||||
|
||||
auto pattern = AWTestLibrary::randomString() + function + AWTestLibrary::randomString();
|
||||
|
||||
QList<AWPatternFunctions::AWFunction> found = AWPatternFunctions::findFunctionCalls(name, pattern);
|
||||
auto found = AWPatternFunctions::findFunctionCalls(name, pattern);
|
||||
QCOMPARE(found.count(), 1);
|
||||
|
||||
QCOMPARE(found.at(0).args, args);
|
||||
|
Reference in New Issue
Block a user