X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.h;h=e6da7abae26c4215a2e431e6640245f5c46d710d;hp=1288ae01df6920f54d81f4835e41377341e72ecd;hb=52df0969e22249e6758714eec9e5afd7d4fe9b83;hpb=dbd52200c4ce9bdf30f5aea707b54a28ea900003 diff --git a/src/core/core.h b/src/core/core.h index 1288ae01..e6da7aba 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -282,6 +282,8 @@ class Core : public QObject { */ static QHash bufferLastSeenMsgIds(UserId user); + const QDateTime &startTime() const { return _startTime; } + public slots: //! Make storage data persistent /** \note This method is threadsafe. @@ -336,7 +338,7 @@ class Core : public QObject { QHash _storageBackends; - QDateTime startTime; + QDateTime _startTime; bool configured;