mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #883, shortcuts for dock widgets
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c460505d2e
commit
abbcd18d82
@@ -71,8 +71,9 @@ namespace BlackGui
|
||||
|
||||
//! Create a list of actions to select the info areas.
|
||||
//! This could be used in a menu or somewhere else.
|
||||
//! \param withShortcut automatically add a shortcut
|
||||
//! \param parent which will own the action (deletion)
|
||||
QList<QAction *> getInfoAreaSelectActions(QWidget *parent) const;
|
||||
QList<QAction *> getInfoAreaSelectActions(bool withShortcut, QWidget *parent) const;
|
||||
|
||||
//! Create a list of actions to select the info areas and toogle its floating state.
|
||||
//! This could be used in a menu or somewhere else.
|
||||
@@ -272,7 +273,6 @@ namespace BlackGui
|
||||
|
||||
//! Tab bar index changed
|
||||
void ps_onTabBarIndexChanged(int tabBarIndex);
|
||||
|
||||
};
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user