Qt / Cpp: Mention coding style in READMES

* src/lang/cpp/README, src/lang/qt/README: Add hacking note.
This commit is contained in:
Andre Heinecke 2016-04-11 18:16:05 +02:00
parent a1e95f36ce
commit d2b5510119
2 changed files with 16 additions and 4 deletions

View File

@ -7,7 +7,7 @@ modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
GPGME++ is distributed in the hope that it will be useful,
GPGMEpp is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Library General Public License for more details.
@ -42,10 +42,16 @@ The design principles of this library are as follows:
no-virtuals rule is the use of abstract classes to cover
C-callbacks.
GpgME was originally developed as part of the KDEPIM community
in KDE 4 it was part of kdepimlibs/gpgme++ for KF5 Gpgme++ was
GpgMEpp was originally developed as part of the KDEPIM community
in KDE 4 it was part of kdepimlibs/gpgme++ for KF5 Gpgmepp was
renamed to KF5GpgMEpp and moved into it's own repository.
Hacking
-------
GpgMEpp follows KDE Coding styles. See:
https://techbase.kde.org/Policies/Frameworks_Coding_Style
for more info.
License
-------

View File

@ -21,4 +21,10 @@ Overview
--------
QGpgme provides Qt API bindings around Gpgmepp. It depends on Gpgmepp.
See the generated documentation for more info
See the generated documentation for more info.
Hacking
-------
QGpgME comes from a KDE background. As such it does not use
GNU Coding styles but KDE Coding styles. See:
https://techbase.kde.org/Policies/Frameworks_Coding_Style