initial commit

This commit is contained in:
2019-02-13 22:12:14 +01:00
parent 37bfcaf423
commit 9f9020baf8
5 changed files with 87 additions and 9 deletions
+2
View File
@@ -113,6 +113,7 @@ bool cPictureLibrary::createDatabase()
" fileSize BIGINT, "
" imageWidth INTEGER, "
" imageHeight INTEGER, "
" imageOrientation INTEGER, "
" cameraMake TEXT, "
" cameraModel TEXT, "
" dateTime DATETIME, "
@@ -186,6 +187,7 @@ bool cPictureLibrary::updateDatabase3(qint32 version)
" fileSize BIGINT, "
" imageWidth INTEGER, "
" imageHeight INTEGER, "
" imageOrientation INTEGER, "
" cameraMake TEXT, "
" cameraModel TEXT, "
" dateTime DATETIME, "