Some toolbar tweaks.
This commit is contained in:
parent
3b7c11853d
commit
c46529bc97
1 changed files with 2 additions and 2 deletions
|
@ -31,11 +31,11 @@ FeedsToolBar::FeedsToolBar(const QString &title, QWidget *parent) : BaseToolBar(
|
|||
FeedsToolBar::~FeedsToolBar() {
|
||||
}
|
||||
|
||||
QHash<QString, QAction *> FeedsToolBar::availableActions() const {
|
||||
QHash<QString, QAction*> FeedsToolBar::availableActions() const {
|
||||
return FormMain::instance()->allActions();;
|
||||
}
|
||||
|
||||
QList<QAction *> FeedsToolBar::changeableActions() const {
|
||||
QList<QAction*> FeedsToolBar::changeableActions() const {
|
||||
return actions();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue