Fix last active time in devices page

This commit is contained in:
Tobias Fella
2023-08-05 18:51:42 +02:00
parent c2398b19dc
commit ab4bb41979
3 changed files with 14 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ public:
DisplayName, /**< Display name set by the user for this device. */
LastIp, /**< The IP address where this device was last seen. */
LastTimestamp, /**< The timestamp when this devices was last seen. */
TimestampString, /**< String for the timestamp when this devices was last seen. */
Type, /**< The category to sort this device into. */
};
Q_ENUM(Roles)