Bump version to 0.9.0
[quandoparte] / application / stationscheduleitem.h
index fc73c93..b86ffeb 100644 (file)
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011 mikelima
+Copyright (C) 2011 Luciano Montanaro <mikelima@cirulla.net>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -56,7 +56,13 @@ public:
     void setDelay(const QString &value);
 
     int delayClass();
-    void setDelayClass(const int value);
+    void setDelayClass(int value);
+
+    QString &expectedPlatform();
+    void setExpectedPlatform(const QString &value);
+
+    QString &actualPlatform();
+    void setActualPlatform(const QString &value);
 
     bool isValid();
 private: