Skip to content
  • Dominik Haumann's avatar
    Compile with gcc 4.8 · c028b285
    Dominik Haumann authored
    The implicit conversion of QPointer<T> to Object* does not work.
    Therefore, use QPointer::data() explicitly.
    c028b285