mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +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
|
|
@ -1,3 +1,4 @@
|
|||
src/app.cpp
|
||||
src/app/browser.cpp
|
||||
src/app/browser/header.cpp
|
||||
src/app/browser/header/main.cpp
|
||||
|
|
@ -21,7 +22,4 @@ src/app/browser/main/tab/page/navigation/history/back.cpp
|
|||
src/app/browser/main/tab/page/navigation/history/forward.cpp
|
||||
src/app/browser/main/tab/page/navigation/request.cpp
|
||||
src/app/browser/main/tab/page/navigation/update.cpp
|
||||
src/app/browser/main/tab/label.cpp
|
||||
src/lib/database.cpp
|
||||
src/lib/database/session.cpp
|
||||
src/main.cpp
|
||||
src/app/browser/main/tab/label.cpp
|
||||
Loading…
Add table
Add a link
Reference in a new issue