mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-18 08:14:31 -04:00
Normalize signature of SIGNAL() and SLOT()
See https://stackoverflow.com/q/18091058/6335279
This commit is contained in:
parent
379c41d20c
commit
0f604aa8c7
22 changed files with 73 additions and 73 deletions
|
@ -33,7 +33,7 @@ EditWidgetProperties::EditWidgetProperties(QWidget* parent)
|
|||
m_ui->customDataTable->setModel(m_customDataModel);
|
||||
|
||||
connect(m_ui->customDataTable->selectionModel(),
|
||||
SIGNAL(selectionChanged(QItemSelection, QItemSelection)),
|
||||
SIGNAL(selectionChanged(QItemSelection,QItemSelection)),
|
||||
SLOT(toggleRemoveButton(QItemSelection)));
|
||||
connect(m_ui->removeCustomDataButton, SIGNAL(clicked()), SLOT(removeSelectedPluginData()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue