vcl: kde4: [loplugin:saloverride]

Change-Id: I215a53b468710ce26d2729880f3dd9fcd27a30da
This commit is contained in:
Michael Stahl
2014-07-18 16:31:02 +02:00
parent e400b3af07
commit 1f2c47cf7d
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}; };

View File

@@ -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();