maemo5defines.cpp 223 B

123456789
  1. #include "defines.h"
  2. #include "maemo5defines.h"
  3. bool operator==(const GeneratorPhase & left,
  4. Maemo5GeneratorPhase right)
  5. {
  6. return static_cast<int>(left.m_phase) == static_cast<int>(right);
  7. }