summaryrefslogtreecommitdiffstats
path: root/src/otrplugin-factory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Create a custom OTRPluginFactory object instead of using the KGenericFactorySlávek Banko2021-07-011-6/+32
| | | | | | | | | template. This prevents an unwanted creation of a hidden second instance if the library is built with enabled hidden visibility. This resolves issue #3. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Separate OTRPlugin object code from the OTRPluginFactory definition.Slávek Banko2021-06-231-0/+32
This resolves bug 1153. Fix support for GCC hidden visibility. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>