keepassxc/src/autotype
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
..
mac Reformat CMakeLists.txt files 2018-10-19 22:16:44 +02:00
test Replace deprecated parts of the code (#2419) 2018-10-26 15:19:04 +02:00
windows Reformat CMakeLists.txt files 2018-10-19 22:16:44 +02:00
xcb Reformat CMakeLists.txt files 2018-10-19 22:16:44 +02:00
AutoType.cpp Replace deprecated parts of the code (#2419) 2018-10-26 15:19:04 +02:00
AutoType.h Formatting the code. 2018-03-31 16:01:30 -04:00
AutoTypeAction.cpp Pin AutoTypeAction's vtable to a translation unit 2018-10-31 14:19:01 +01:00
AutoTypeAction.h Pin AutoTypeAction's vtable to a translation unit 2018-10-31 14:19:01 +01:00
AutoTypePlatformPlugin.h Replace deprecated parts of the code (#2419) 2018-10-26 15:19:04 +02:00
AutoTypeSelectDialog.cpp Replace deprecated parts of the code (#2419) 2018-10-26 15:19:04 +02:00
AutoTypeSelectDialog.h relock database after successful autotype 2018-02-05 20:12:24 +01:00
AutoTypeSelectView.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
AutoTypeSelectView.h add support for multiple autotype sequence, fix #559 2018-02-04 23:13:15 +01:00
CMakeLists.txt Reformat CMakeLists.txt files 2018-10-19 22:16:44 +02:00
ShortcutWidget.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
ShortcutWidget.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
WildcardMatcher.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
WildcardMatcher.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
WindowSelectComboBox.cpp Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
WindowSelectComboBox.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00