I edited the code a litte:
Qt Code:
qDebug() << "Database sequence " << iDatabaseSequence << "Database name = " << sDatabaseName << "File associated = " << sDatabaseFileName;To copy to clipboard, switch view to plain text mode
Now it prints out:
Database sequence 0 Database name = "main" File associated = "D:\path to .db file where the .exe is data.db"
Bookmarks