Added override

This commit is contained in:
defnax 2025-07-05 13:24:25 +02:00 committed by GitHub
parent ad82a94cc7
commit 63d3dd1c08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ public:
void getOwnCert(QString& invite,QString& description) const; void getOwnCert(QString& invite,QString& description) const;
RetroshareInviteFlags currentInviteFlags() const ; RetroshareInviteFlags currentInviteFlags() const ;
virtual void showEvent(QShowEvent *) ; virtual void showEvent(QShowEvent *) override;
private slots: private slots:
#ifdef DEAD_CODE #ifdef DEAD_CODE