Skip to content
  • Alexandre Lissy's avatar
    Consistency between headers for #ifdef · 24bd68af
    Alexandre Lissy authored
    On Mac we need to have Q_OBJECT in OSXInhibiter class. This is incompatible with
    Qt's moc when we put the whole class definition in the header between
    ifdef/endif. Thus make all inhibiters children following the same rule: no
    ifdef/endif on the whole class in headers.
    24bd68af