mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdecore: format and indent
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4a47d9f369
commit
d2b312f5a1
3 changed files with 40 additions and 39 deletions
|
@ -23,11 +23,12 @@
|
|||
#define KMACROEXPANDER_H
|
||||
|
||||
#include <kdecore_export.h>
|
||||
#include <QtCore/QChar>
|
||||
|
||||
#include <QChar>
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
#include <QHash>
|
||||
|
||||
class KMacroExpanderBasePrivate;
|
||||
|
||||
/**
|
||||
|
@ -38,8 +39,8 @@ class KMacroExpanderBasePrivate;
|
|||
*
|
||||
* @author Oswald Buddenhagen <ossi@kde.org>
|
||||
*/
|
||||
class KDECORE_EXPORT KMacroExpanderBase {
|
||||
|
||||
class KDECORE_EXPORT KMacroExpanderBase
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* Constructor.
|
||||
|
@ -204,8 +205,8 @@ private:
|
|||
*
|
||||
* @author Oswald Buddenhagen <ossi@kde.org>
|
||||
*/
|
||||
class KDECORE_EXPORT KWordMacroExpander : public KMacroExpanderBase {
|
||||
|
||||
class KDECORE_EXPORT KWordMacroExpander : public KMacroExpanderBase
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* Constructor.
|
||||
|
@ -240,8 +241,8 @@ protected:
|
|||
*
|
||||
* @author Oswald Buddenhagen <ossi@kde.org>
|
||||
*/
|
||||
class KDECORE_EXPORT KCharMacroExpander : public KMacroExpanderBase {
|
||||
|
||||
class KDECORE_EXPORT KCharMacroExpander : public KMacroExpanderBase
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
Loading…
Add table
Reference in a new issue