Searched refs:addBook (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/database/ |
| H A D | initdb.h | 56 void addBook(QSqlQuery &q, const QString &title, int year, const QVariant &authorId, in addBook() function 117 addBook(q, QLatin1String("Foundation"), 1951, asimovId, sfiction, 3); in initDb() 118 addBook(q, QLatin1String("Foundation and Empire"), 1952, asimovId, sfiction, 4); in initDb() 119 addBook(q, QLatin1String("Second Foundation"), 1953, asimovId, sfiction, 3); in initDb() 120 addBook(q, QLatin1String("Foundation's Edge"), 1982, asimovId, sfiction, 3); in initDb() 121 addBook(q, QLatin1String("Foundation and Earth"), 1986, asimovId, sfiction, 4); in initDb() 122 addBook(q, QLatin1String("Prelude to Foundation"), 1988, asimovId, sfiction, 3); in initDb() 123 addBook(q, QLatin1String("Forward the Foundation"), 1993, asimovId, sfiction, 3); in initDb() 124 addBook(q, QLatin1String("The Power and the Glory"), 1940, greeneId, fiction, 4); in initDb() 125 addBook(q, QLatin1String("The Third Man"), 1950, greeneId, fiction, 5); in initDb() [all …]
|