changes for light mode

This commit is contained in:
fourtf
2018-06-07 17:43:21 +02:00
parent 698814a21f
commit 9b26fce781
16 changed files with 590 additions and 495 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ struct Deserialize<QString> {
auto strLen = value.GetStringLength();
return QString::fromUtf8(str, strLen);
} catch (const std::exception &e) {
} catch (const std::exception &) {
// int x = 5;
} catch (...) {
// int y = 5;