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