mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
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. |
||
|---|---|---|
| .. | ||
| mac | ||
| test | ||
| windows | ||
| xcb | ||
| AutoType.cpp | ||
| AutoType.h | ||
| AutoTypeAction.cpp | ||
| AutoTypeAction.h | ||
| AutoTypePlatformPlugin.h | ||
| AutoTypeSelectDialog.cpp | ||
| AutoTypeSelectDialog.h | ||
| AutoTypeSelectView.cpp | ||
| AutoTypeSelectView.h | ||
| CMakeLists.txt | ||
| ShortcutWidget.cpp | ||
| ShortcutWidget.h | ||
| WildcardMatcher.cpp | ||
| WildcardMatcher.h | ||
| WindowSelectComboBox.cpp | ||
| WindowSelectComboBox.h | ||