Skip to content
  • Aleix Pol Gonzalez's avatar
    Adopt Qt5 C++ idioms · 93fd36bc
    Aleix Pol Gonzalez authored
    Makes the code more easily readable by whomever is used to Qt code,
    especially the change from boost.
    
    boost::shared_ptr -> QSharedPointer
    boost::weak_ptr -> QWeakPointer
    assert() -> Q_ASSERT()
    boost::bind() -> lambda
    std::auto -> QScopedPointer
    
    REVIEW: 122647
    93fd36bc