Skip to content
  • Igor Kushnir's avatar
    Replace bitwise operators with Q_DECLARE_OPERATORS_FOR_FLAGS · 08a82a9c
    Igor Kushnir authored
    Use default QFlags constructor instead of the deprecated constructor
    that takes nullptr.
    
    Remove static_cast<int> inside QCOMPARE in
    TestDUChain::testReparseOnDocumentActivated(), because Qt Test prints
    QFlags as integer Actual and Expected values.
    
    GIT_SILENT
    08a82a9c