cleanup: use safe connect() in ConfigureDiveComputerDialog

The pointer-to-member-function version is compile-time checked
and therefore less risky with respect to refactoring.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-10-04 21:44:41 +02:00 committed by Dirk Hohndel
parent 8af40025b0
commit 6e6705fb6e
2 changed files with 19 additions and 20 deletions

View file

@ -124,7 +124,7 @@ private:
#endif
};
class OstcFirmwareCheck : QObject {
class OstcFirmwareCheck : public QObject {
Q_OBJECT
public:
explicit OstcFirmwareCheck(QString product);