Skip to content
  • Alexander Lohnau's avatar
    Discard unused params more elegantly · 405f61bf
    Alexander Lohnau authored and Albert Vaca Cintora's avatar Albert Vaca Cintora committed
    By commenting out the parameter name, we get compile-time checks
    Also, we can omit them for slots and Qt will not forward the parameters.
    
    In case we had TODOs next to the code, I kept the Q_UNUSED statements
    for now.
    405f61bf