diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 22029a9..2dab907 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -66,6 +66,7 @@ int main(int argc, char *argv[]) qDebug() << "verify password 321:" << user.verifyPassword("321"); qDebug() << "user.getDbId()" << user.getDbId(); qDebug() << "user.createInDb()" << user.createInDb(); + qDebug() << "user.createInDb()" << user.createInDb(); qDebug() << "user.createInDb()" << user.getOrInsertDbId(); qDebug() << "user.createInDb()" << user.createInDb(); |
