Skip to content
  • Albert Astals Cid's avatar
    Rework the internals a bit · dec47336
    Albert Astals Cid authored
     * Remove m_word_chars_map, m_XY_cut_tree, m_lines and m_line_rects: They are not really member
    variables and where used only to pass info from one method to another, we use variables and parameters
    for that now
     * Make output parameters be * instead of & following Qt guidelines
     * Fix all memory leaks, valgrind is happy now :-)
    dec47336