4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-13 19:19:33 +00:00
Tobias Junghans 0c3db8a062 Start Qt 6 port
Still a few occurrences of QRegExp and QTextCodec need to be replaced
in order to drop the dependency on the Core5Compat module. Besides this
QCA builds fine with Qt 6.1 and passes all tests.
2021-05-29 22:28:27 +00:00
..
2020-09-07 02:13:47 +02:00
2020-09-07 02:13:47 +02:00
2020-09-07 02:13:47 +02:00
2005-06-05 08:45:48 +00:00
2021-05-29 22:28:27 +00:00
2021-05-29 22:28:27 +00:00

GPGProc launches a single instance of GPG and provides a friendly API to
work with all six possible pipe channels.  Theoretically, it should be
possible to build any GPG front end with it, even though qca-gnupg uses it
for only a handful of operations.  If you are writing a Qt-based GPG front
end, please use this class.

GPGProc works on both Windows and Unix platforms.