Cleaned up initial playlist and added playlist song verse activate
[kworship.git] / kworship / css / KwCssAbstractStyleState.cpp
blobaaddbb79359646887c53f25fc8463966cec55fd4
1 /**
2 * @file KwCssAbstractStyleState.cpp
3 * @brief Abstract state of cascading style property.
4 * @author James Hogan <james@albanarts.com>
5 */
7 #include "KwCssAbstractStyleState.h"
9 /*
10 * Constructors + destructors
13 /// Default constructor.
14 KwCssAbstractStyleState::KwCssAbstractStyleState()
18 /// Destructor.
19 KwCssAbstractStyleState::~KwCssAbstractStyleState()