Fix connection.
This commit is contained in:
parent
09fd839290
commit
878ee8e5c1
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ void FormMain::createConnections() {
|
|||
connect(m_ui->m_actionUpdateAllItems,
|
||||
SIGNAL(triggered()), qApp->feedReader(), SLOT(updateAllFeeds()));
|
||||
connect(m_ui->m_actionStopRunningItemsUpdate,
|
||||
SIGNAL(triggered()), tabWidget()->feedMessageViewer()->feedsView()->sourceModel(), SLOT(stopRunningFeedUpdate()));
|
||||
SIGNAL(triggered()), qApp->feedReader(), SLOT(stopRunningFeedUpdate()));
|
||||
connect(m_ui->m_actionEditSelectedItem,
|
||||
SIGNAL(triggered()), tabWidget()->feedMessageViewer()->feedsView(), SLOT(editSelectedItem()));
|
||||
connect(m_ui->m_actionViewSelectedItemsNewspaperMode,
|
||||
|
|
Loading…
Add table
Reference in a new issue