This website requires JavaScript.
a little archive
Sign In
chatterino2
Code
Issues
799
Commits
3
Branches
0
Tags
c744659ce06fff596e695548dce296622cdd3eb1
Commit Graph
3 Commits
Author
SHA1
Message
Date
Rasmus Karlsson
5bcb561eb2
Simplify debug::Log. No need for a second function
2018-04-03 03:00:34 +02:00
Rasmus Karlsson
795deac727
move QString-formatting to helpers.hpp so fS works with it all the time
2017-12-22 14:08:13 +01:00
Rasmus Karlsson
81e06f3a53
debug::Log
can now be used instead of qDebug()
...
Usage: ``` QString string("world"); debug::Log("hello: {}", string); ```
2017-09-24 19:23:07 +02:00