Jelajahi Sumber

Update guibase.h

Maldela 9 tahun lalu
induk
melakukan
084ba327e0
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      import/src/guibase.h

+ 2 - 2
import/src/guibase.h

@@ -79,8 +79,8 @@ public:
     void setServiceName(const QString &name);
     void setConfigUrl(const QUrl &url);
     void setUnit(const QString &unit) { if (unit != m_unit) { m_unit = unit; emit unitChanged(m_unit); } }
-    PwmFanModel *pwmFanModel() const { return m_pwmFanModel; };
-    TempModel *tempModel() const { return m_tempModel; };
+    PwmFanModel *pwmFanModel() const { return m_pwmFanModel; }
+    TempModel *tempModel() const { return m_tempModel; }
     
     Q_INVOKABLE bool hasSystemdCommunicator() const;