Fix compile warning

This commit is contained in:
DreamSourceLab 2020-04-09 20:07:10 +08:00
parent 941a516ded
commit 517a8d108b

View File

@ -169,7 +169,7 @@ int main(int argc, char *argv[])
// Run the application
ret = a.exec();
} catch(std::exception e) {
} catch(const std::exception &e) {
qDebug() << e.what();
}