1#ifndef BROWSERDBUTIL_H_
2#define BROWSERDBUTIL_H_
10bool FindInDB(
const QString &category,
const QString& name);
12bool InsertInDB(
const QString &category,
const QString &name,
const QString &url,
bool isHomepage);
18bool RemoveFromDB(
const QString &category,
const QString &name);
bool UpgradeBrowserDatabaseSchema(void)
int GetSiteList(QList< Bookmark * > &siteList)
bool InsertInDB(Bookmark *site)
bool RemoveFromDB(Bookmark *site)
int GetCategoryList(QStringList &list)
bool FindInDB(const QString &category, const QString &name)
bool UpdateHomepageInDB(Bookmark *site)
bool ResetHomepageFromDB()