mirror of
https://github.com/AntiMicroX/antimicrox.git
synced 2025-12-23 23:29:25 -05:00
docs: Add new snippet
[skip ci]
This commit is contained in:
6
.vscode/snippets.md
vendored
6
.vscode/snippets.md
vendored
@@ -8,3 +8,9 @@ Check source of signal
|
||||
qInfo() << "objName ::" << obj->metaObject()->className() << endl
|
||||
<< "method ::" << obj->metaObject()->method(senderSignalIndex()).methodSignature();
|
||||
```
|
||||
|
||||
To make antimicrox crash when warrning happens use command:
|
||||
|
||||
`QT_FATAL_WARNINGS=1 ./build/bin/antimicrox`
|
||||
|
||||
(Useful when used with debugger)
|
||||
Reference in New Issue
Block a user