mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 14:43:30 +02:00
2021-02-06 Fred Gleason <fredg@paravelsystems.com>
* Removed dead code from rdcastmanager(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
23937797b5
commit
713306dcb0
@ -21044,3 +21044,5 @@
|
||||
* Removed the 'Q3ListBox' dependencies from rdselect(1).
|
||||
2021-02-06 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed the 'Q3Url' dependencies from rdrepld(8).
|
||||
2021-02-06 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed dead code from rdcastmanager(1).
|
||||
|
@ -186,13 +186,6 @@ void MainWidget::selectionChangedData(const QItemSelection &before,
|
||||
}
|
||||
|
||||
|
||||
void MainWidget::feedClickedData(Q3ListViewItem *item)
|
||||
{
|
||||
cast_open_button->setDisabled(item==NULL);
|
||||
cast_copy_button->setDisabled(item==NULL);
|
||||
}
|
||||
|
||||
|
||||
void MainWidget::openData()
|
||||
{
|
||||
QModelIndexList rows=cast_feed_view->selectionModel()->selectedRows();
|
||||
|
@ -46,7 +46,6 @@ class MainWidget : public RDWidget
|
||||
void modelResetData();
|
||||
void selectionChangedData(const QItemSelection &before,
|
||||
const QItemSelection &after);
|
||||
void feedClickedData(Q3ListViewItem *item);
|
||||
void feedDoubleClickedData(const QModelIndex &index);
|
||||
void quitMainWidget();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user