mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user