summaryrefslogtreecommitdiff
path: root/ui/metadatachoicedialog.h
AgeCommit message (Collapse)Author
2023-05-22export MetadataChoiceDialog symbols for pluginskat
2023-01-27Add virtual non-inline functions for interface classesGlenn Smith
This fixes a cases where trying to dynamic_cast to one of these interfaces fails for types defined in libraries, since the linker just copies the full definition into the library because it can, and then breaks the inheritance tree.
2023-01-23Warning cleanupRusty Wagner
2023-01-10Integrate Enum IntegerDisplayType, Add MetadataChoiceDialogkat