mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #568, allow to read incremental data based on timestamp
* signatures with QDateTime * flags
This commit is contained in:
@@ -49,9 +49,10 @@ namespace BlackMisc
|
||||
//! State of operation
|
||||
enum ReadState
|
||||
{
|
||||
StartRead, ///< reading has been started
|
||||
ReadFinished, ///< reading done
|
||||
ReadFailed ///< reading failed
|
||||
StartRead, ///< reading has been started
|
||||
ReadFinished, ///< reading done
|
||||
ReadFinishedRestricted, ///< finished a timestamp restricted read
|
||||
ReadFailed ///< reading failed
|
||||
};
|
||||
|
||||
//! Convert to string
|
||||
|
||||
Reference in New Issue
Block a user