CarVac / filmulator-gui

Filmulator --- Simplified raw editing with the power of film
https://filmulator.org
Other
670 stars 32 forks source link

Suppress database errors #98

Closed CarVac closed 5 years ago

CarVac commented 5 years ago

Currently, we ignore the result of QSqlQuery::next() and just forge ahead with QSqlQuery::value() regardless of whether there is anything to get or not.

This makes a lot of pointless noise in the terminal.