From 107673f8bf90aea8bdbe4ab300214e87799f3b13 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Dec 2018 13:54:02 +0800 Subject: [PATCH] RooTicket.vala --- RooTicket.vala | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RooTicket.vala b/RooTicket.vala index b778023c..cbf00309 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -17,6 +17,16 @@ public class RooRepo : Object } +public class RooOption : Object +{ + + public string id; // not really important that they are numbers.. + public string name; + + +} + + public class RooProject : Object { public string id; // not really important that they are numbers.. -- 2.39.2