mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
8af40025b0
commit
6e6705fb6e
2 changed files with 19 additions and 20 deletions
|
@ -124,7 +124,7 @@ private:
|
|||
#endif
|
||||
};
|
||||
|
||||
class OstcFirmwareCheck : QObject {
|
||||
class OstcFirmwareCheck : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit OstcFirmwareCheck(QString product);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue