|
|
|
|
@ -32,7 +32,6 @@ namespace Breeze |
|
|
|
|
Button::Button(KDecoration2::DecorationButtonType type, Decoration* decoration, QObject* parent) |
|
|
|
|
: DecorationButton(type, decoration, parent) |
|
|
|
|
, m_animation( new QPropertyAnimation( this ) ) |
|
|
|
|
, m_opacity(0) |
|
|
|
|
{ |
|
|
|
|
|
|
|
|
|
// setup animation
|
|
|
|
|
@ -62,7 +61,6 @@ namespace Breeze |
|
|
|
|
: DecorationButton(args.at(0).value<KDecoration2::DecorationButtonType>(), args.at(1).value<Decoration*>(), parent) |
|
|
|
|
, m_standalone(true) |
|
|
|
|
, m_animation( new QPropertyAnimation( this ) ) |
|
|
|
|
, m_opacity(0) |
|
|
|
|
{} |
|
|
|
|
|
|
|
|
|
//__________________________________________________________________
|
|
|
|
|
|