Skip to content
  • Vlad Zahorodnii's avatar
    Use QVector in paintGenericScreen · 548626bb
    Vlad Zahorodnii authored
    Summary:
    Given that QList<T> will allocate items on the heap when sizeof(T) is
    bigger than sizeof(void *), which is the case for Phase2Data, use
    QVector instead.
    
    Reviewers: #kwin, davidedmundson
    
    Reviewed By: #kwin, davidedmundson
    
    Subscribers: kwin
    
    Tags: #kwin
    
    Differential Revision: https://phabricator.kde.org/D18198
    548626bb