Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use QHash instead of QList for Document::sDocumentInstances #2159

Merged
merged 2 commits into from Jul 17, 2019

Commits on Jul 16, 2019

  1. Copy the full SHA
    eb83ef4 View commit details
    Browse the repository at this point in the history
  2. Cache the canonical path of the Document

    This avoids recalculating the canonical path in the destructor and in
    setFileName. It also makes the canonical path readily available when
    searching the open documents for a particular file.
    bjorn committed Jul 16, 2019
    Copy the full SHA
    6288714 View commit details
    Browse the repository at this point in the history