mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
Fix compile warning
This commit is contained in:
parent
941a516ded
commit
517a8d108b
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user