aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/protocol.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Qt: Make Protocol class public APIAndre Heinecke2016-05-101-0/+123
* lang/qt/src/Makefile.am (qgpgme_headers): Add protocol.h (private_qgpgme_headers): Add protocol_p.h * lang/qt/src/protocol.h: New. From QGpgMEBackend. * lang/qt/src/protocol_p.h: New. From QGpgMEBackend. * lang/qt/src/qgpgmebackend.h, lang/qt/src/qgpgmebackend.cpp (Protocol): Removed. -- The backend class does not make much sense anymore as we only have the GpgME backend obviously. It's purpose was for Libkleo's Backend abstraction.