mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-05 11:47:53 +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,
|
connect(m_ui->m_actionUpdateAllItems,
|
||||||
SIGNAL(triggered()), qApp->feedReader(), SLOT(updateAllFeeds()));
|
SIGNAL(triggered()), qApp->feedReader(), SLOT(updateAllFeeds()));
|
||||||
connect(m_ui->m_actionStopRunningItemsUpdate,
|
connect(m_ui->m_actionStopRunningItemsUpdate,
|
||||||
SIGNAL(triggered()), tabWidget()->feedMessageViewer()->feedsView()->sourceModel(), SLOT(stopRunningFeedUpdate()));
|
SIGNAL(triggered()), qApp->feedReader(), SLOT(stopRunningFeedUpdate()));
|
||||||
connect(m_ui->m_actionEditSelectedItem,
|
connect(m_ui->m_actionEditSelectedItem,
|
||||||
SIGNAL(triggered()), tabWidget()->feedMessageViewer()->feedsView(), SLOT(editSelectedItem()));
|
SIGNAL(triggered()), tabWidget()->feedMessageViewer()->feedsView(), SLOT(editSelectedItem()));
|
||||||
connect(m_ui->m_actionViewSelectedItemsNewspaperMode,
|
connect(m_ui->m_actionViewSelectedItemsNewspaperMode,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user