#pragma once #include #include #include class DbManager { private: QSqlDatabase m_db; public: DbManager( ); ~DbManager( ); };