mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 07:13:57 +02:00
Removed Redudant qualification from heade:>r
This commit is contained in:
parent
232382e6d0
commit
0a0e40e182
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ protected:
|
|||
void sortActions(Menu* menubar, MenuWrapper* menu);
|
||||
int getMenuItemLocation(QList<QAction*> actions, const QString& name) const;
|
||||
|
||||
bool Bookmarks::contains(const QString& name) const;
|
||||
bool contains(const QString& name) const;
|
||||
|
||||
QVariantMap _bookmarks; // { name: url, ... }
|
||||
QPointer<MenuWrapper> _bookmarksMenu;
|
||||
|
|
Loading…
Reference in a new issue