summaryrefslogtreecommitdiffstats
path: root/src/otrplugin-factory.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-241-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4ce590b58154eff037df64223154d5831b8e4eed)
* Create a custom OTRPluginFactory object instead of using the KGenericFactorySlávek Banko2021-07-011-0/+45
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>