Still experimenting with unit testing code.
[emufront] / src / dataobjects / platform.h
index 994e9b4..186946a 100644 (file)
@@ -29,6 +29,7 @@ public:
     Platform(int id, QString name);
     Platform(int id, QString name, EmuFrontFile*);
     Platform(const Platform &);
+    ~Platform();
 };
 
 #endif // PLATFORM_H