mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	[Facebook] conversion to new connect syntax
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									f6ac79296e
								
							
						
					
					
						commit
						c8c9a5dc65
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		|  | @ -282,13 +282,13 @@ SocialNetworkDialog::SocialNetworkDialog(QWidget *parent) : | |||
| { | ||||
| 	ui->setupUi(this); | ||||
| 	ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); | ||||
| 	connect(ui->date, SIGNAL(clicked()), this, SLOT(selectionChanged())); | ||||
| 	connect(ui->duration, SIGNAL(clicked()), this, SLOT(selectionChanged())); | ||||
| 	connect(ui->Buddy, SIGNAL(clicked()), this, SLOT(selectionChanged())); | ||||
| 	connect(ui->Divemaster, SIGNAL(clicked()), this, SLOT(selectionChanged())); | ||||
| 	connect(ui->Location, SIGNAL(clicked()), this, SLOT(selectionChanged())); | ||||
| 	connect(ui->Notes, SIGNAL(clicked()), this, SLOT(selectionChanged())); | ||||
| 	connect(ui->album, SIGNAL(textChanged(QString)), this, SLOT(albumChanged())); | ||||
| 	connect(ui->date, &QCheckBox::clicked, this, &SocialNetworkDialog::selectionChanged); | ||||
| 	connect(ui->duration, &QCheckBox::clicked, this, &SocialNetworkDialog::selectionChanged); | ||||
| 	connect(ui->Buddy, &QCheckBox::clicked, this, &SocialNetworkDialog::selectionChanged); | ||||
| 	connect(ui->Divemaster, &QCheckBox::clicked, this, &SocialNetworkDialog::selectionChanged); | ||||
| 	connect(ui->Location, &QCheckBox::clicked, this, &SocialNetworkDialog::selectionChanged); | ||||
| 	connect(ui->Notes, &QCheckBox::clicked, this, &SocialNetworkDialog::selectionChanged); | ||||
| 	connect(ui->album, &QLineEdit::editingFinished, this, &SocialNetworkDialog::albumChanged); | ||||
| } | ||||
| 
 | ||||
| void SocialNetworkDialog::albumChanged() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue