Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2019-03-19 21:48:33 +0300
committerJonathan White <support@dmapps.us>2019-03-20 01:56:17 +0300
commitfb5faf0ff5a0380b2d1ce43495c7f2c6a1f43c17 (patch)
tree253d42575c18115a175212b67662531fc286f0a2 /tests/TestGroup.cpp
parent306bf0f292bdbace8f880f5d6db6ebaedc56f93f (diff)
Ran `make format`
Diffstat (limited to 'tests/TestGroup.cpp')
-rw-r--r--tests/TestGroup.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/TestGroup.cpp b/tests/TestGroup.cpp
index 9abbd31d1..3e4568c35 100644
--- a/tests/TestGroup.cpp
+++ b/tests/TestGroup.cpp
@@ -811,7 +811,6 @@ void TestGroup::testCopyDataFrom()
group3->setName("TestGroup3");
group3->customData()->set("testKey", "value");
-
QSignalSpy spyGroupModified(group.data(), SIGNAL(groupModified()));
QSignalSpy spyGroupDataChanged(group.data(), SIGNAL(groupDataChanged(Group*)));