Maybe i write wrong. When i run my program nth happend when i clicked on button. When i uncomment in
Osm_Sqlite::Create_clean_database() :

section:

query.exec("select * from tb11");
while (query.next())
{
QString name = query.value(0).toString();
qDebug() << name;
}

i should have sth print but nth happen