mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
drop SQLiteCpp dependency
This commit is contained in:
parent
6c2dc8c4ac
commit
dfcc131ce2
9 changed files with 24 additions and 18 deletions
|
|
@ -5,7 +5,7 @@
|
|||
using namespace app;
|
||||
|
||||
Browser::Browser(
|
||||
SQLite::Database & db,
|
||||
sqlite3 * db,
|
||||
const Glib::RefPtr<Gtk::Application> & APP
|
||||
) {
|
||||
// Init window actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue