StyleValue.cpp 113 B

12345678910
  1. #include "StyleValue.h"
  2. StyleValue::StyleValue(Type type)
  3. : m_type(type)
  4. {
  5. }
  6. StyleValue::~StyleValue()
  7. {
  8. }