]> git.sesse.net Git - nageru/commit
Serialize state to disk between runs, using SQLite.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 30 Sep 2018 21:40:46 +0000 (23:40 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 30 Sep 2018 21:40:51 +0000 (23:40 +0200)
commit58b5adcca3af1abbf4c69b00853bee037bb7fec7
tree1f1e7e8324cbef591b02f65d7cf03c16fd42fcf0
parent010e8a94e8e2b93c40be5f074e5e4ca928b8f207
Serialize state to disk between runs, using SQLite.
.gitignore
Makefile
clip_list.cpp
clip_list.h
db.cpp [new file with mode: 0644]
db.h [new file with mode: 0644]
mainwindow.cpp
mainwindow.h
state.proto [new file with mode: 0644]