Added two more actions for custom shortcut setup.

This commit is contained in:
Martin Rotter 2015-08-26 07:05:04 +02:00
parent 84e3253342
commit 70e51bcbbc

View File

@ -134,6 +134,8 @@ QList<QAction*> FormMain::allActions() {
actions << m_ui->m_actionSelectPreviousFeedCategory;
actions << m_ui->m_actionSelectNextMessage;
actions << m_ui->m_actionSelectPreviousMessage;
actions << m_ui->m_actionFetchFeedMetadata;
actions << m_ui->m_actionExpandCollapseFeedCategory;
// Add recycle bin actions.
actions << m_ui->m_actionRestoreRecycleBin;