Kaydet (Commit) 0dd6d4ed authored tarafından Michael Stahl's avatar Michael Stahl

kde4: loplugin:saloverride

Change-Id: I3d299a5dc98ff2775d36c839363461b727a512d9
üst a6f0f415
...@@ -95,7 +95,7 @@ class SocketTestThread : public QThread ...@@ -95,7 +95,7 @@ class SocketTestThread : public QThread
Q_OBJECT Q_OBJECT
public: public:
SocketTestThread():QThread(0),testResult(false){}; SocketTestThread():QThread(0),testResult(false){};
void run() virtual void run() SAL_OVERRIDE
{ {
SocketEventsTester *tester = new SocketEventsTester(); SocketEventsTester *tester = new SocketEventsTester();
if (tester->init()) if (tester->init())
......
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