Still experimenting with unit testing code.
[emufront] / src / dataobjects / emufrontfile.h
index 428309a..96bb14f 100644 (file)
@@ -29,6 +29,7 @@ public:
     EmuFrontFile(int type);
     EmuFrontFile(int id, QString name, QString checksum, int size, int type);
     EmuFrontFile(const EmuFrontFile &);
+    ~EmuFrontFile();
     QString getCheckSum() const;
     void setCheckSum(QString);
     int getSize() const;