This commit is contained in:
fourtf
2018-06-06 18:57:22 +02:00
parent 62cf45a7bb
commit 6000b7626e
8 changed files with 153 additions and 101 deletions
+2 -2
View File
@@ -30,9 +30,9 @@ struct Deserialize<QString> {
return QString::fromUtf8(str, strLen);
} catch (const std::exception &e) {
int x = 5;
// int x = 5;
} catch (...) {
int y = 5;
// int y = 5;
}
return QString();