Website updated.
[irwi] / src / remote.h
index 5adcabd..b59a495 100644 (file)
@@ -20,6 +20,7 @@ public:
             int rating = 0, int voteCount = 0);
     Remote(const Remote &);
     Remote &operator=(const Remote &);
+    bool operator==(const Remote &other) const;
     ~Remote();
 
     //getters
@@ -40,6 +41,7 @@ private slots:
 signals:
     void infoUpdated();
     void saveFinished();
+    void ratingSent();
 
 private:
     QString m_name;