Home
last modified time | relevance | path

Searched refs:newTitle (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbookmarks.h63 void setTitle(BookmarkNode *node, const QString &newTitle);
H A Dbookmarks.cpp182 void BookmarksManager::setTitle(BookmarkNode *node, const QString &newTitle) in setTitle() argument
188 ChangeBookmarkCommand *command = new ChangeBookmarkCommand(this, node, newTitle, true); in setTitle()