Playing around with my first unit test example.
[emufront] / src / dataobjects / emufrontfile.h
index 4986f7f..428309a 100644 (file)
@@ -28,7 +28,7 @@ public:
     EmuFrontFile();
     EmuFrontFile(int type);
     EmuFrontFile(int id, QString name, QString checksum, int size, int type);
-    EmuFrontFile(EmuFrontFile &);
+    EmuFrontFile(const EmuFrontFile &);
     QString getCheckSum() const;
     void setCheckSum(QString);
     int getSize() const;