keepassxc/src
Gianluca Recchia 7a823e8dc7
Pin AutoTypeAction's vtable to a translation unit
AutoTypeAction class had no out-of-line definitions and because of this
the compiler would place its vtable everywhere the class is used.
By simply defining the virtual destructor in the .cpp file, the issue
goes away.

Also, a few classes derived from AutoTypeAction had missing 'override'
qualifiers, which have now been added.
2018-10-31 14:19:01 +01:00
..
autotype Pin AutoTypeAction's vtable to a translation unit 2018-10-31 14:19:01 +01:00
browser Added Linux, MacOS, and Windows support for Tor Browser. (#2387) 2018-10-30 11:07:59 -04:00
cli Remove redundant headers from the build system 2018-10-31 14:19:01 +01:00
core Extract the OS event filter implementation (#2422) 2018-10-30 08:46:12 -04:00
crypto Fix the position of the Q_REQUIRED_RESULT macro (#2411) 2018-10-24 08:09:12 -04:00
format Add CLI tests and improve coding style and i18n 2018-10-19 21:49:54 +02:00
gui Add more expiration presets 2018-10-30 11:09:08 -04:00
keys Fix the position of the Q_REQUIRED_RESULT macro (#2411) 2018-10-24 08:09:12 -04:00
proxy Merge branch 'master' 2018-08-24 09:42:38 -04:00
qrcode Add QR code generator for TOTP export (#1167) 2018-10-19 14:42:49 -04:00
sshagent Add a new database settings wizard 2018-09-25 21:12:47 +02:00
streams Formatting the code. 2018-03-31 16:01:30 -04:00
totp Add QR code generator for TOTP export (#1167) 2018-10-19 14:42:49 -04:00
touchid Add a new database settings wizard 2018-09-25 21:12:47 +02:00
zxcvbn Correct zxcvbn build on windows & snap build 2018-02-21 21:59:42 -05:00
CMakeLists.txt Remove redundant headers from the build system 2018-10-31 14:19:01 +01:00
config-keepassx.h.cmake Implement review feedback 2018-10-19 22:16:44 +02:00
main.cpp Replace deprecated parts of the code (#2419) 2018-10-26 15:19:04 +02:00
version.h.cmake Display git revision in about dialog. 2015-07-18 13:14:13 +02:00