mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Qt's database and query model requires that both the queries and the database objects are out of scope before a database connection can safely be removed. Solution: Properly encapsulate databases and queries in "{ }" and use a string to cache the connection name for out-of-scope removal. |
||
---|---|---|
.. | ||
comic_item.cpp | ||
comic_item.h | ||
comic_model.cpp | ||
comic_model.h | ||
data_base_management.cpp | ||
data_base_management.h | ||
folder_item.cpp | ||
folder_item.h | ||
folder_model.cpp | ||
folder_model.h | ||
reading_list_item.cpp | ||
reading_list_item.h | ||
reading_list_model.cpp | ||
reading_list_model.h | ||
reading_list.cpp | ||
reading_list.h |