qca.h   qca.h 
skipping to change at line 18 skipping to change at line 18
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qca.h \file qca.h
Summary header file for %QCA. Summary header file for %QCA.
\note You should not use this header directly from an \note You should not use this header directly from an
application. You should just use <tt> \#include \<QtCrypto> application. You should just use <tt> \#include \<QtCrypto>
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 qca_basic.h   qca_basic.h 
skipping to change at line 18 skipping to change at line 18
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qca_basic.h \file qca_basic.h
Header file for classes for cryptographic primitives (basic operations). Header file for classes for cryptographic primitives (basic operations).
\note You should not use this header directly from an \note You should not use this header directly from an
application. You should just use <tt> \#include \<QtCrypto> application. You should just use <tt> \#include \<QtCrypto>
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 qca_cert.h   qca_cert.h 
skipping to change at line 18 skipping to change at line 18
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qca_cert.h \file qca_cert.h
Header file for PGP key and X.509 certificate related classes Header file for PGP key and X.509 certificate related classes
\note You should not use this header directly from an \note You should not use this header directly from an
application. You should just use <tt> \#include \<QtCrypto> application. You should just use <tt> \#include \<QtCrypto>
skipping to change at line 2435 skipping to change at line 2436
QDateTime creationDate() const; QDateTime creationDate() const;
/** /**
The expiration date for the key The expiration date for the key
*/ */
QDateTime expirationDate() const; QDateTime expirationDate() const;
/** /**
The key fingerpint The key fingerpint
This will return the PGP fingerprint as a string. It comprises 16 This will return the PGP fingerprint as a string. It comprises 40
hex digits, without spaces. hex digits, without spaces.
*/ */
QString fingerprint() const; QString fingerprint() const;
/** /**
Test if this key is in a keyring Test if this key is in a keyring
\return true if the key is in a keyring \return true if the key is in a keyring
\note keys that are not in a keyring cannot be used for encryptio n, \note keys that are not in a keyring cannot be used for encryptio n,
 End of changes. 2 change blocks. 
3 lines changed or deleted 3 lines changed or added


 qca_core.h   qca_core.h 
skipping to change at line 18 skipping to change at line 18
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qca_core.h \file qca_core.h
Header file for core %QCA infrastructure Header file for core %QCA infrastructure
\note You should not use this header directly from an \note You should not use this header directly from an
application. You should just use <tt> \#include \<QtCrypto> application. You should just use <tt> \#include \<QtCrypto>
skipping to change at line 42 skipping to change at line 43
#ifndef QCA_CORE_H #ifndef QCA_CORE_H
#define QCA_CORE_H #define QCA_CORE_H
/** /**
The current version of %QCA The current version of %QCA
This provides you a compile time check of the %QCA version. This provides you a compile time check of the %QCA version.
\sa qcaVersion for a runtime check. \sa qcaVersion for a runtime check.
*/ */
#define QCA_VERSION 0x020000 #define QCA_VERSION 0x020001
#include <QString> #include <QString>
#include <QStringList> #include <QStringList>
#include <QList> #include <QList>
#include <QSharedData> #include <QSharedData>
#include <QSharedDataPointer> #include <QSharedDataPointer>
#include "qca_export.h" #include "qca_export.h"
#include "qca_support.h" #include "qca_support.h"
#include "qca_tools.h" #include "qca_tools.h"
skipping to change at line 277 skipping to change at line 278
Priority is used at object instantiation time. The provider is selected Priority is used at object instantiation time. The provider is selected
according to the following logic: according to the following logic:
- if a particular provider is nominated, and that provider supports - if a particular provider is nominated, and that provider supports
the required algorithm, then the nominated provider is used the required algorithm, then the nominated provider is used
- if no provider is nominated, or it doesn't support the required - if no provider is nominated, or it doesn't support the required
algorithm, then the provider with the lowest priority number will be use d, algorithm, then the provider with the lowest priority number will be use d,
if that provider supports the algorithm. if that provider supports the algorithm.
- if the provider with the lowest priority number doesn't support - if the provider with the lowest priority number doesn't support
the required algorithm, the provider with the next lowest priority numbe r the required algorithm, the provider with the next lowest priority numbe r
will be tried,and so on through to the provider with the largest priorit will be tried, and so on through to the provider with the largest priori
y number ty
number
- if none of the plugin providers support the required algorithm, then - if none of the plugin providers support the required algorithm, then
the default (built-in) provider will be tried. the default (built-in) provider will be tried.
\param name the name of the provider \param name the name of the provider
\param priority the new priority of the provider. As a special case, if \param priority the new priority of the provider. As a special case, if
you pass in -1, then this provider gets the same priority as the you pass in -1, then this provider gets the same priority as the
the last provider that was added or had its priority set using this the last provider that was added or had its priority set using this
call. call.
\sa providerPriority \sa providerPriority
 End of changes. 3 change blocks. 
5 lines changed or deleted 6 lines changed or added


 qca_export.h   qca_export.h 
skipping to change at line 17 skipping to change at line 17
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qca_export.h \file qca_export.h
Preprocessor magic to allow export of library symbols. Preprocessor magic to allow export of library symbols.
This is strictly internal. This is strictly internal.
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 qca_keystore.h   qca_keystore.h 
skipping to change at line 18 skipping to change at line 18
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qca_keystore.h \file qca_keystore.h
Header file for classes that provide and manage keys Header file for classes that provide and manage keys
\note You should not use this header directly from an \note You should not use this header directly from an
application. You should just use <tt> \#include \<QtCrypto> application. You should just use <tt> \#include \<QtCrypto>
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 qca_publickey.h   qca_publickey.h 
skipping to change at line 18 skipping to change at line 18
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qca_publickey.h \file qca_publickey.h
Header file for PublicKey and PrivateKey related classes Header file for PublicKey and PrivateKey related classes
\note You should not use this header directly from an \note You should not use this header directly from an
application. You should just use <tt> \#include \<QtCrypto> application. You should just use <tt> \#include \<QtCrypto>
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 qca_securelayer.h   qca_securelayer.h 
skipping to change at line 18 skipping to change at line 18
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qca_securelayer.h \file qca_securelayer.h
Header file for SecureLayer and its subclasses Header file for SecureLayer and its subclasses
\note You should not use this header directly from an \note You should not use this header directly from an
application. You should just use <tt> \#include \<QtCrypto> application. You should just use <tt> \#include \<QtCrypto>
skipping to change at line 279 skipping to change at line 280
Transport Layer Security (%TLS) is the current Transport Layer Security (%TLS) is the current
state-of-the-art in secure transport mechanisms over the state-of-the-art in secure transport mechanisms over the
internet. It can be used in a way where only one side of internet. It can be used in a way where only one side of
the link needs to authenticate to the other. This makes it the link needs to authenticate to the other. This makes it
very useful for servers to provide their identity to very useful for servers to provide their identity to
clients. Note that is is possible to use %TLS to clients. Note that is is possible to use %TLS to
authenticate both client and server. authenticate both client and server.
%TLS is a IETF standard (<a %TLS is a IETF standard (<a
href="http://www.ietf.org/rfc/rfc2712.txt">RFC2712</a> for href="http://www.ietf.org/rfc/rfc2712.txt">RFC2712</a> for
TLS version 1.0) based on earlier Netscape work on Secure TLS version 1.0, and <a
href="http://www.ietf.org/rfc/rfc4346.txt">RFC4346</a> for
TLS version 1.1) based on earlier Netscape work on Secure
Socket Layer (SSL version 2 and SSL version 3). New Socket Layer (SSL version 2 and SSL version 3). New
applications should use at least TLS 1.0, and SSL version 2 applications should use at least TLS 1.0, and SSL version 2
should be avoided due to known security problems. should be avoided due to known security problems.
\ingroup UserAPI \ingroup UserAPI
*/ */
class QCA_EXPORT TLS : public SecureLayer, public Algorithm class QCA_EXPORT TLS : public SecureLayer, public Algorithm
{ {
Q_OBJECT Q_OBJECT
public: public:
 End of changes. 2 change blocks. 
3 lines changed or deleted 5 lines changed or added


 qca_securemessage.h   qca_securemessage.h 
skipping to change at line 18 skipping to change at line 18
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qca_securemessage.h \file qca_securemessage.h
Header file for secure message (PGP, CMS) classes Header file for secure message (PGP, CMS) classes
\note You should not use this header directly from an \note You should not use this header directly from an
application. You should just use <tt> \#include \<QtCrypto> application. You should just use <tt> \#include \<QtCrypto>
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 qca_support.h   qca_support.h 
skipping to change at line 18 skipping to change at line 18
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qca_support.h \file qca_support.h
Header file for "support" classes used in %QCA Header file for "support" classes used in %QCA
The classes in this header do not have any cryptographic The classes in this header do not have any cryptographic
content - they are used in %QCA, and are included for convenience. content - they are used in %QCA, and are included for convenience.
skipping to change at line 910 skipping to change at line 911
/** /**
Obtain the result of the user input. Obtain the result of the user input.
This method is usually called to obtain data This method is usually called to obtain data
from the user that was requested by the getChar() from the user that was requested by the getChar()
call. call.
*/ */
QChar resultChar() const; QChar resultChar() const;
signals: Q_SIGNALS:
/** /**
Emitted when the user input activity has been Emitted when the user input activity has been
completed. completed.
This corresponds to the provision of a string This corresponds to the provision of a string
for getHidden() or a single character for getChar(). for getHidden() or a single character for getChar().
\sa waitForFinished \sa waitForFinished
*/ */
void finished(); void finished();
 End of changes. 2 change blocks. 
3 lines changed or deleted 3 lines changed or added


 qca_textfilter.h   qca_textfilter.h 
skipping to change at line 18 skipping to change at line 18
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qca_textfilter.h \file qca_textfilter.h
Header file for text encoding/decoding classes Header file for text encoding/decoding classes
\note You should not use this header directly from an \note You should not use this header directly from an
application. You should just use <tt> \#include \<QtCrypto> application. You should just use <tt> \#include \<QtCrypto>
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 qca_tools.h   qca_tools.h 
skipping to change at line 18 skipping to change at line 18
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qca_tools.h \file qca_tools.h
Header file for "tool" classes used in %QCA Header file for "tool" classes used in %QCA
These classes differ from those in qca_support.h, in that they have These classes differ from those in qca_support.h, in that they have
some cryptographic relationship, and require secure memory. some cryptographic relationship, and require secure memory.
\Note You should not use this header directly from an \note You should not use this header directly from an
application. You should just use <tt> \#include \<QtCrypto> application. You should just use <tt> \#include \<QtCrypto>
</tt> instead. </tt> instead.
*/ */
#ifndef QCA_TOOLS_H #ifndef QCA_TOOLS_H
#define QCA_TOOLS_H #define QCA_TOOLS_H
#include <QSharedData> #include <QSharedData>
#include <QSharedDataPointer> #include <QSharedDataPointer>
#include <QMetaType> #include <QMetaType>
 End of changes. 2 change blocks. 
3 lines changed or deleted 3 lines changed or added


 qcaprovider.h   qcaprovider.h 
skipping to change at line 18 skipping to change at line 18
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qcaprovider.h \file qcaprovider.h
Header file for provider implementation classes (plugins) Header file for provider implementation classes (plugins)
\note You should not use this header directly from an \note You should not use this header directly from an
application. You should just use <tt> \#include \<QtCrypto> application. You should just use <tt> \#include \<QtCrypto>
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 qpipe.h   qpipe.h 
skipping to change at line 16 skipping to change at line 16
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1, USA * 02110-1301 USA
* *
*/ */
/** /**
\file qpipe.h \file qpipe.h
Header file for the QPipe FIFO class Header file for the QPipe FIFO class
\note You should not use this header directly from an \note You should not use this header directly from an
application. You should just use <tt> \#include \<QtCrypto> application. You should just use <tt> \#include \<QtCrypto>
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/