keepassxc/src/streams
Carlo Teubner 1af293847c LayeredStream dtor: fully qualify 'close()' call
`close()` is a virtual function. Since we are calling it from a
destructor, make it clear that we are specifically calling the base
class (`QIODevice`) implementation, as opposed to an implementation in
any derived class.

[Found by lgtm.com](https://lgtm.com/projects/g/keepassxreboot/keepassxc/alerts)
2018-12-01 14:07:10 -05:00
..
HashedBlockStream.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
HashedBlockStream.h Restore correct formatting 2018-11-28 18:29:15 -05:00
HmacBlockStream.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
HmacBlockStream.h Restore correct formatting 2018-11-28 18:29:15 -05:00
LayeredStream.cpp LayeredStream dtor: fully qualify 'close()' call 2018-12-01 14:07:10 -05:00
LayeredStream.h Restore correct formatting 2018-11-28 18:29:15 -05:00
QtIOCompressor Add support for gzip compressed databases. 2010-09-23 22:27:59 +02:00
qtiocompressor.cpp Fix typo in parameter name 2018-11-28 18:29:14 -05:00
qtiocompressor.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
StoreDataStream.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
StoreDataStream.h Restore correct formatting 2018-11-28 18:29:15 -05:00
SymmetricCipherStream.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
SymmetricCipherStream.h Formatting the code. 2018-03-31 16:01:30 -04:00