mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-27 07:46:17 +01:00
Fix connection.
This commit is contained in:
parent
09fd839290
commit
878ee8e5c1
@ -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…
x
Reference in New Issue
Block a user