fixed indentation.

This commit is contained in:
Hugo Pereira Da Costa 2011-09-13 14:19:47 +02:00
parent 17c6b3b2db
commit c5365e287a

View file

@ -50,15 +50,13 @@ namespace Oxygen
Q_OBJECT
//! declare animation progress property
Q_PROPERTY( qreal glowIntensity READ glowIntensity WRITE setGlowIntensity )
//! declare animation progress property
Q_PROPERTY( qreal glowIntensity READ glowIntensity WRITE setGlowIntensity )
public:
public:
//! constructor
explicit Button(Client &parent,
const QString &tip=QString(),
ButtonType type=ButtonHelp );
//! constructor
explicit Button(Client&, const QString& = QString(), ButtonType = ButtonHelp );
//! destructor
~Button();