fixing warnings
This commit is contained in:
parent
7164f52a9d
commit
7c5a764162
3 changed files with 5 additions and 1 deletions
|
|
@ -107,6 +107,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
new PrintItem(streamItem.Name, itemPath)),
|
||||
0);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,9 +65,11 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
}
|
||||
|
||||
public RootedObjectEventHandler ItemAdded = new RootedObjectEventHandler();
|
||||
|
||||
public RootedObjectEventHandler ItemRemoved = new RootedObjectEventHandler();
|
||||
|
||||
private static QueueData instance;
|
||||
|
||||
public static QueueData Instance
|
||||
{
|
||||
get
|
||||
|
|
@ -140,6 +142,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
listToReturn.Add(printItem);
|
||||
}
|
||||
}
|
||||
|
||||
return listToReturn;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit d2a4a6659285e906a59da871006a5eb1fd3b3a8e
|
||||
Subproject commit a531015747da18b0e1608821c9a03be09b78e9b3
|
||||
Loading…
Add table
Add a link
Reference in a new issue