Unit tests for RemoteList
[irwi] / src / model.h
index 0b0b127..d22681b 100644 (file)
@@ -3,6 +3,10 @@
 
 struct Model
 {
+    Model()
+    {
+    }
+
     Model(const QString &name, const QString &file)
         : name(name)
         , file(file)