Some toolbar tweaks.
This commit is contained in:
parent
3b7c11853d
commit
c46529bc97
@ -31,11 +31,11 @@ FeedsToolBar::FeedsToolBar(const QString &title, QWidget *parent) : BaseToolBar(
|
|||||||
FeedsToolBar::~FeedsToolBar() {
|
FeedsToolBar::~FeedsToolBar() {
|
||||||
}
|
}
|
||||||
|
|
||||||
QHash<QString, QAction *> FeedsToolBar::availableActions() const {
|
QHash<QString, QAction*> FeedsToolBar::availableActions() const {
|
||||||
return FormMain::instance()->allActions();;
|
return FormMain::instance()->allActions();;
|
||||||
}
|
}
|
||||||
|
|
||||||
QList<QAction *> FeedsToolBar::changeableActions() const {
|
QList<QAction*> FeedsToolBar::changeableActions() const {
|
||||||
return actions();
|
return actions();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user