mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2025-04-28 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up numerous 'no such signal' runtime errors. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -206,7 +206,7 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
gpi_events_view,SLOT(resizeColumnsToContents()));
|
||||
connect(gpi_events_date_edit,SIGNAL(dateChanged(const QDate &)),
|
||||
gpi_events_model,SLOT(setDateFilter(const QDate &)));
|
||||
connect(gpi_events_state_box,SIGNAL(activated(const QString &)),
|
||||
connect(gpi_events_state_box,SIGNAL(textActivated(const QString &)),
|
||||
gpi_events_model,SLOT(setStateFilter(const QString &)));
|
||||
connect(gpi_events_model,SIGNAL(rowsInserted(const QModelIndex &,int,int)),
|
||||
this,SLOT(rowsInsertedData(const QModelIndex &,int,int)));
|
||||
|
@@ -81,7 +81,7 @@ MainWidget::MainWidget(RDConfig *config,Qt::WindowFlags f)
|
||||
int v=0;
|
||||
|
||||
QSignalMapper *mapper=new QSignalMapper(this);
|
||||
connect(mapper,SIGNAL(mapped(int)),this,SLOT(buttonData(int)));
|
||||
connect(mapper,SIGNAL(mappedInt(int)),this,SLOT(buttonData(int)));
|
||||
RDProfile *profile=new RDProfile();
|
||||
profile->setSource(map_filename);
|
||||
key_columns=
|
||||
|
Reference in New Issue
Block a user