Added EmuFrontObject test and (very) initial PlatformNameDialogTest.
[emufront] / src / dataobjects / emufrontobject.h
index ebbd6cd..b6f363c 100644 (file)
@@ -25,6 +25,7 @@
 class EmuFrontObject : public QObject
 {
 public:
+    static const int ID_NOT_SET;
     EmuFrontObject();
     EmuFrontObject(int id, QString name);