Home
last modified time | relevance | path

Searched refs:slotNewsPageDownPressed (Results 1 – 4 of 4) sorted by relevance

/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Dnewstabwidget.h155 void slotNewsPageDownPressed(QModelIndex index=QModelIndex());
H A Dnewstabwidget.cpp275 this, SLOT(slotNewsPageDownPressed(QModelIndex))); in createNewsList()
858 void NewsTabWidget::slotNewsPageDownPressed(QModelIndex index) in slotNewsPageDownPressed() function in NewsTabWidget
/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.h409 void slotNewsPageDownPressed();
H A Dmainwindow.cpp1491 this, SLOT(slotNewsPageDownPressed())); in createActions()
6668 void MainWindow::slotNewsPageDownPressed() in slotNewsPageDownPressed() function in MainWindow
6670 currentNewsTab->slotNewsPageDownPressed(); in slotNewsPageDownPressed()