mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
delegate specific database operations to widgets, use SQLiteCpp wrapper
This commit is contained in:
parent
35f4741a1c
commit
f98b0e55e9
16 changed files with 72 additions and 147 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include <gtkmm/application.h>
|
||||
#include <gtkmm/applicationwindow.h>
|
||||
#include <gtkmm/object.h>
|
||||
#include <SQLiteCpp/SQLiteCpp.h>
|
||||
|
||||
namespace lib
|
||||
{
|
||||
|
|
@ -34,8 +35,8 @@ namespace app
|
|||
public:
|
||||
|
||||
Browser(
|
||||
SQLite::Database & db,
|
||||
const Glib::RefPtr<Gtk::Application> & APP
|
||||
//const std::shared_ptr<lib::Database> & db
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue