Project/Project.vala
authorAlan Knowles <alan@roojs.com>
Thu, 5 Jun 2014 10:03:48 +0000 (18:03 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Jun 2014 10:03:48 +0000 (18:03 +0800)
Project/Project.vala

index 5464d7c..51f823b 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 
-public class Project.Project {
+public class Project.Project : Object {
     
     public signal void on_changed (); 
        
@@ -36,15 +36,13 @@ public class Project.Project {
         //XObject.extend(this, cfg);
         //this.files = { }; 
         this.paths.set(path, "dir");
-        this.xtype = this.getXtype();
+        
        }
        construct {
         this.scanDirs();
         
     }
-    string getXtype() {
-               return "??";
-       }
+    
     
     /*
     public load