OSDN Git Service

ksysguard: fix struct <-> class warning
authorIvailo Monev <xakepa10@gmail.com>
Fri, 23 Jan 2015 19:21:14 +0000 (19:21 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Fri, 23 Jan 2015 19:21:14 +0000 (19:21 +0000)
ksysguard/gui/tests/ksysguarddtest.h

index 30f878a..4e5c26d 100644 (file)
@@ -40,8 +40,9 @@ struct Answer {
     QList<QByteArray> answer;
     bool isSensorLost;
 };
-struct SensorClientTest : public KSGRD::SensorClient
+class SensorClientTest : public KSGRD::SensorClient
 {
+public:
     SensorClientTest() {
         isSensorLost = false;
         haveAnswer = false;