core/log: add read-log --no-time

This commit is contained in:
outfoxxed 2024-08-09 23:58:30 -07:00
parent c2b4610acb
commit 53b8f1ee0b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 7 additions and 4 deletions

View file

@ -98,7 +98,7 @@ private:
LoggingThreadProxy threadProxy;
};
bool readEncodedLogs(QIODevice* device, const QString& rulespec);
bool readEncodedLogs(QIODevice* device, bool timestamps, const QString& rulespec);
} // namespace qs::log