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:
@@ -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