refs #212, methods for parsing values

* PQ, set by other PQ
* PQ, set NULL
* PQ, CPqTime, implemented parse to string
* CPqTime to QTime
This commit is contained in:
Klaus Basan
2014-04-26 15:21:43 +02:00
parent adfeeba19d
commit ccb3600c6f
4 changed files with 81 additions and 4 deletions

View File

@@ -36,6 +36,13 @@ namespace BlackMisc
//! Destructor
virtual ~CTime() {}
//! From string hh:mm, or hh:mm:ss
void parseFromString(const QString &time);
//! To Qt time
QTime toQTime() const;
};
} // namespace