mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 09:33:49 +02:00
adding some functionality to avatar bookmarks
This commit is contained in:
parent
c0e1e9c23a
commit
10bce7ea8d
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ public slots:
|
|||
* @function AvatarBookmarks.addBookMark
|
||||
*/
|
||||
void addBookmark();
|
||||
void addBookmark(QString bookmarkName) {}
|
||||
void removeBookmark(QString bookmark) {}
|
||||
QVariantMap getBookmarks() { return _bookmarks; }
|
||||
|
||||
protected:
|
||||
void addBookmarkToMenu(Menu* menubar, const QString& name, const QVariant& bookmark) override;
|
||||
|
|
Loading…
Reference in a new issue