Kaydet (Commit) 1977b57b authored tarafından Michael Stahl's avatar Michael Stahl

vcl: loplugin:override

Change-Id: I884e1e53eb26d092e8d75319d331e42dbc320209
üst ca3c8526
......@@ -35,7 +35,7 @@ class TestExcludeSocketNotifiers
Q_OBJECT
public:
TestExcludeSocketNotifiers( const int* pipes );
virtual ~TestExcludeSocketNotifiers();
virtual ~TestExcludeSocketNotifiers() = override;
bool received;
public slots:
void slotReceived();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment