forked from quickshell/quickshell
core/log: add read-log --no-time
This commit is contained in:
parent
c2b4610acb
commit
53b8f1ee0b
3 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue