bug fixes en properties dialog

This commit is contained in:
Luis Ángel San Martín
2012-07-01 12:03:36 +02:00
parent accf77d4b9
commit 37dcc4858f
4 changed files with 70 additions and 33 deletions

View File

@ -132,7 +132,7 @@ bool DataBaseManagement::createTables(QSqlDatabase & database)
"id INTEGER PRIMARY KEY,"
"title TEXT,"
"coverPage INTEGER,"
"coverPage INTEGER DEFAULT 1,"
"numPages INTEGER,"
"number INTEGER,"