drop SQLiteCpp dependency

This commit is contained in:
yggverse 2024-09-09 05:06:36 +03:00
parent 6c2dc8c4ac
commit dfcc131ce2
9 changed files with 24 additions and 18 deletions

View file

@ -7,7 +7,7 @@
#include <glibmm/ustring.h>
#include <gtkmm/box.h>
#include <gtkmm/object.h>
#include <SQLiteCpp/SQLiteCpp.h>
#include <sqlite3.h>
namespace app::browser
{
@ -27,7 +27,7 @@ namespace app::browser
public:
Main(
SQLite::Database & db,
sqlite3 * db,
const Glib::RefPtr<Gio::SimpleAction> & ACTION__REFRESH,
const Glib::RefPtr<Gio::SimpleAction> & ACTION__MAIN_TAB_CLOSE_ACTIVE,
const Glib::RefPtr<Gio::SimpleAction> & ACTION__MAIN_TAB_CLOSE_ALL,