Add Entry::copyDataFrom().

This commit is contained in:
Felix Geyer
2013-04-14 14:21:42 +02:00
parent 3658a65380
commit 61ee763515
4 changed files with 47 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class TestEntry : public QObject
private Q_SLOTS:
void testHistoryItemDeletion();
void testCopyDataFrom();
};
#endif // KEEPASSX_TESTENTRY_H