summaryrefslogtreecommitdiffstats
path: root/snowshoe.pro
diff options
context:
space:
mode:
authorIgor Oliveira <igor.oliveira@openbossa.org>2011-07-20 12:39:35 -0400
committerIgor Oliveira <igor.oliveira@openbossa.org>2011-07-22 09:00:22 -0400
commit9b6e99fc464c973e67beee210553688300e91f1a (patch)
treedf86ecc998e95eec2a50e95f553176d7d9f5068c /snowshoe.pro
parenta561f351c48f0072d3ed545960c2beb158d53a43 (diff)
SnowShoe needs insert, update, remove and retrieve BookMarks information from
a database. BookmarkDataBaseManager class is responsible for creating and manipulating all operations of the bookmark table. Reviewed-by: Rafael Brandão
Diffstat (limited to 'snowshoe.pro')
-rw-r--r--snowshoe.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/snowshoe.pro b/snowshoe.pro
index 2f4c47d..ba9eda8 100644
--- a/snowshoe.pro
+++ b/snowshoe.pro
@@ -5,16 +5,22 @@ QT += declarative
SOURCES += \
main.cpp \
+ AbstractDataBaseType.cpp \
BrowserObject.cpp \
+ Bookmark.cpp \
BrowserWindow.cpp \
MainView.cpp \
+ BookmarkDataBaseManager.cpp \
DeclarativeDesktopWebView.cpp \
TripleClickMonitor.cpp
HEADERS += \
+ AbstractDataBaseType.h \
BrowserObject.h \
+ Bookmark.h \
BrowserWindow.h \
MainView.h \
+ BookmarkDataBaseManager.h \
DeclarativeDesktopWebView.h \
TripleClickMonitor.h