mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refs #720, remove highlight DB data menu (we use the DB icon instead)
* removed menu item * fixed menu action, so parents submenus are searched upwards
This commit is contained in:
committed by
Mathew Sutcliffe
parent
009bfc3ed1
commit
a8834d0511
@@ -318,7 +318,8 @@ namespace BlackGui
|
||||
|
||||
static int pathDepth(const QString &path);
|
||||
static QMenu *currentMenuForAction(QMenu &menu, const CMenuAction &menuAction, const QList<CMenuAction> &menus, QMap<QString, QMenu *> &subMenus, const QString &key, int pd);
|
||||
static QString parentPathKey(const QString &cuurentPath);
|
||||
static QString parentPath(const QString &cuurentPath);
|
||||
static QMenu *findUpwardsInMenus(const QString &key, const QMap<QString, QMenu *> &menus);
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user