vcl: kde4: [loplugin:saloverride]
Change-Id: I215a53b468710ce26d2729880f3dd9fcd27a30da
This commit is contained in:
@@ -35,7 +35,7 @@ class TestExcludePostedEvents
|
||||
Q_OBJECT
|
||||
public:
|
||||
TestExcludePostedEvents();
|
||||
virtual bool event( QEvent* e );
|
||||
virtual bool event( QEvent* e ) SAL_OVERRIDE;
|
||||
bool processed;
|
||||
};
|
||||
|
||||
|
@@ -35,7 +35,7 @@ class TestExcludeSocketNotifiers
|
||||
Q_OBJECT
|
||||
public:
|
||||
TestExcludeSocketNotifiers( const int* pipes );
|
||||
~TestExcludeSocketNotifiers();
|
||||
virtual ~TestExcludeSocketNotifiers();
|
||||
bool received;
|
||||
public slots:
|
||||
void slotReceived();
|
||||
|
Reference in New Issue
Block a user