##// END OF EJS Templates
Uses weak pointers in lambda functions to prevent a shared_ptr from ever being deleted (because a reference would always be kept in the lambda)
Uses weak pointers in lambda functions to prevent a shared_ptr from ever being deleted (because a reference would always be kept in the lambda)

File last commit:

r324:b652477c7551
r361:ca227f940fcb
Show More
sqpguiresources.qrc
10 lines | 290 B | text/plain | TextLexer
<RCC>
<qresource prefix="/">
<file>icones/delete.png</file>
<file>icones/openInspector.png</file>
<file>icones/next.png</file>
<file>icones/plot.png</file>
<file>icones/previous.png</file>
<file>icones/unplot.png</file>
</qresource>
</RCC>