mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-11 10:19:33 +00:00
formatting
svn path=/trunk/kdesupport/qca/; revision=671089
This commit is contained in:
parent
dd17361f15
commit
7142b861db
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* qca_keystore.h - Qt Cryptographic Architecture
|
||||
* Copyright (C) 2003-2005 Justin Karneges <justin@affinix.com>
|
||||
* Copyright (C) 2003-2007 Justin Karneges <justin@affinix.com>
|
||||
* Copyright (C) 2004,2005 Brad Hards <bradh@frogmouth.net>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
@ -35,8 +35,8 @@
|
||||
#include "qca_core.h"
|
||||
#include "qca_cert.h"
|
||||
|
||||
namespace QCA
|
||||
{
|
||||
namespace QCA {
|
||||
|
||||
class KeyStoreTracker;
|
||||
class KeyStoreManagerPrivate;
|
||||
class KeyStorePrivate;
|
||||
@ -660,7 +660,6 @@ namespace QCA
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
/**
|
||||
Create a new KeyStoreManager
|
||||
|
||||
@ -739,6 +738,7 @@ namespace QCA
|
||||
static void scan();
|
||||
static void shutdown();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -69,7 +69,7 @@ QByteArray myTypeName;
|
||||
TestClass testClass;
|
||||
QList<QByteArray> argsList; // empty list, since no args
|
||||
|
||||
myTypeName = QCA::methodReturnType( testClass.metaObject(), QByteArray( "qStringMethod" ), argsList );
|
||||
myTypeName = QCA::methodReturnType( testClass.metaObject(), QByteArray( "qstringMethod" ), argsList );
|
||||
// myTypeName is "QString"
|
||||
|
||||
myTypeName = QCA::methodReturnType( testClass.metaObject(), QByteArray( "boolMethod" ), argsList );
|
||||
@ -80,7 +80,7 @@ myTypeName = QCA::methodReturnType( testClass.metaObject(), QByteArray( "boolMet
|
||||
// myTypeName is "bool"
|
||||
\endcode
|
||||
|
||||
The return type name of a method return void is "", not "void"
|
||||
The return type name of a method returning void is an empty string, not "void"
|
||||
|
||||
\note This function is not normally required for use with
|
||||
%QCA. It is provided for use in your code, if required.
|
||||
|
Loading…
x
Reference in New Issue
Block a user