refs #883, shortcuts for dock widgets

This commit is contained in:
Klaus Basan
2017-02-18 05:07:01 +01:00
committed by Mathew Sutcliffe
parent c460505d2e
commit abbcd18d82
6 changed files with 16 additions and 9 deletions

View File

@@ -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