mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
require db on browser construct
This commit is contained in:
parent
c477c70c56
commit
4b2fe64b08
3 changed files with 16 additions and 8 deletions
|
|
@ -4,7 +4,8 @@
|
|||
using namespace app;
|
||||
|
||||
Browser::Browser(
|
||||
const Glib::RefPtr<Gtk::Application> & app
|
||||
const Glib::RefPtr<Gtk::Application> & app,
|
||||
const lib::Database & db
|
||||
) {
|
||||
set_title(
|
||||
TITLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue