mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-06 19:10:15 +00:00
chat: major UI redesign for v3.0.0 (#2396)
Signed-off-by: Adam Treat <treat.adam@gmail.com> Signed-off-by: Jared Van Bortel <jared@nomic.ai> Co-authored-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
void unloadAndDeleteLater();
|
||||
void markForDeletion();
|
||||
|
||||
qint64 creationDate() const { return m_creationDate; }
|
||||
QDateTime creationDate() const { return QDateTime::fromSecsSinceEpoch(m_creationDate); }
|
||||
bool serialize(QDataStream &stream, int version) const;
|
||||
bool deserialize(QDataStream &stream, int version);
|
||||
bool isServer() const { return m_isServer; }
|
||||
|
Reference in New Issue
Block a user