Implement XML Writer (maybe even works!)

This commit is contained in:
Felix Geyer
2010-08-18 22:57:26 +02:00
parent 8d623f37ca
commit 2b939617bb
7 changed files with 416 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ set(keepassx_SOURCES
core/Parser.cpp
core/TimeInfo.cpp
core/Uuid.cpp
core/Writer.cpp
gui/EntryModel.cpp
gui/GroupModel.cpp
)