I hereby claim:
- I am tux3 on github.
- I am tux3 (https://keybase.io/tux3) on keybase.
- I have a public key ASCaDREhRPv_eTsNMsJVkHYLTvCf0roKijm1CqR8xhB6Igo
To claim this, I am signing this object:
| #include <tconcurrent/coroutine.hpp> | |
| #include <fmt/core.h> | |
| tc::cotask<int> bad_coroutine() | |
| { | |
| throw fmt::format("Yeet."); | |
| } | |
| int main() | |
| { |
I hereby claim:
To claim this, I am signing this object:
| "Core: Group namelist change 197:0 2" | |
| Widget::createGroup: Group already exists | |
| "Core: Group namelist change 198:0 0" | |
| Widget::onGroupNamelistChanged: Group 198 not found, creating it | |
| "Core: Group namelist change 198:0 2" | |
| Widget::createGroup: Group already exists | |
| "Core: Group namelist change 199:0 0" | |
| Widget::onGroupNamelistChanged: Group 199 not found, creating it | |
| "Core: Group namelist change 199:0 2" | |
| Widget::createGroup: Group already exists |
| diff --git a/qtox.pro b/qtox.pro | |
| index a629418..8152a0d 100644 | |
| --- a/qtox.pro | |
| +++ b/qtox.pro | |
| @@ -55,25 +55,6 @@ TIMESTAMP = $$system($1 2>null||echo 0||a;rm null;date +%s||echo 0) # I'm so sor | |
| DEFINES += TIMESTAMP=$$TIMESTAMP | |
| DEFINES += LOG_TO_FILE | |
| -contains(ENABLE_SYSTRAY_UNITY_BACKEND, YES) { | |
| - DEFINES += ENABLE_SYSTRAY_UNITY_BACKEND |