Memory Management Improved
[pierogi] / keysets / huawei.h
index 8c67c6c..fd3605a 100644 (file)
@@ -9,16 +9,20 @@ class HuaweiSTB1: public PIRKeysetMetaData
 {
 public:
   HuaweiSTB1(
-    QObject *guiObject,
     unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
 };
 
 class HuaweiSTB2: public PIRKeysetMetaData
 {
 public:
   HuaweiSTB2(
-    QObject *guiObject,
     unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
 };
 
 #endif // HUAWEI_H