https://bugs.kde.org/show_bug.cgi?id=423003
--- Comment #34 from Friedrich W. H. Kossebau <kosse...@kde.org> --- Git commit 64badabf6f12cfbb2f1b25c50444e2425e487737 by Friedrich W. H. Kossebau. Committed on 14/07/2020 at 11:32. Pushed by kossebau into branch 'master'. Allow removing deprecated virtual method from own build Virtual methods and other things with ABI-sideeffects beyond own symbol can be wrapped with the *_BUILD_DEPRECATED_SINCE(x,y) in the headers, to enable builds without those. These macros are only influenced by variables baked into the build of the library (i.e. the export header), cannot be controlled from 3rd-party, so results in a stable ABI. GIT_SILENT M +2 -0 src/abstractrunner.cpp M +2 -0 src/abstractrunner.h https://invent.kde.org/frameworks/krunner/commit/64badabf6f12cfbb2f1b25c50444e2425e487737 -- You are receiving this mail because: You are watching all bug changes.