mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-29 03:39:57 +00:00
massive changes inside
* use pass by ref instead of by value if possible * use reference in interation over collections * fix no tag inserting
This commit is contained in:
@ -93,7 +93,7 @@ void TestDPPlugin::test_parsePattern()
|
||||
QString result = plugin->parsePattern(pattern, plugin->currentDesktop());
|
||||
QVERIFY(!result.isEmpty());
|
||||
QVERIFY(result != pattern);
|
||||
for (auto key : plugin->dictKeys())
|
||||
for (auto &key : plugin->dictKeys())
|
||||
QVERIFY(!result.contains(key));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user