Skip to content

Commit

Permalink
Well, the slot is not triggered if not marked as such
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Jun 23, 2021
1 parent 32baacd commit 279ebde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/gui/synchronize_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, iface, offline_editing, parent=None):
self.offline_editing = offline_editing
self.button_box.button(QDialogButtonBox.Save).setText(self.tr("Synchronize"))
self.button_box.button(QDialogButtonBox.Save).clicked.connect(
self.start_synchronization
lambda: self.start_synchronization()
)
self.qfieldDir.setText(
self.preferences.value("importDirectoryProject")
Expand Down

0 comments on commit 279ebde

Please sign in to comment.