Feature : Update entries across groups when merging (#807)

* Feature : Update entries across groups when merging

* Styling
This commit is contained in:
louib
2017-09-05 10:28:47 -04:00
committed by GitHub
parent 321d4e9c87
commit 1220b7d501
8 changed files with 569 additions and 178 deletions

View File

@@ -35,17 +35,10 @@ private slots:
void testCopyCustomIcon();
void testClone();
void testCopyCustomIcons();
void testMerge();
void testMergeConflict();
void testMergeDatabase();
void testMergeConflictKeepBoth();
void testFindEntry();
void testFindGroupByPath();
void testPrint();
void testLocate();
private:
Database* createMergeTestDatabase();
};
#endif // KEEPASSX_TESTGROUP_H