Home
last modified time | relevance | path

Searched refs:isoUTCToDateTime (Results 1 – 4 of 4) sorted by relevance

/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DUserListModel.cpp97 case COL_INACTIVEDAYS: return isoUTCToDateTime(user.last_seen()); in data()
250 QDateTime dt = isoUTCToDateTime(lastSeenDate); in lastSeenToTodayDayCount()
285 QDateTime UserListModel::isoUTCToDateTime(const std::string &isoTime) const { in isoUTCToDateTime() function in UserListModel
H A DUserListModel.h67 QDateTime isoUTCToDateTime(const std::string& isoTime) const;
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DUserListModel.cpp97 case COL_INACTIVEDAYS: return isoUTCToDateTime(user.last_seen()); in data()
250 QDateTime dt = isoUTCToDateTime(lastSeenDate); in lastSeenToTodayDayCount()
285 QDateTime UserListModel::isoUTCToDateTime(const std::string &isoTime) const { in isoUTCToDateTime() function in UserListModel
H A DUserListModel.h67 QDateTime isoUTCToDateTime(const std::string& isoTime) const;