Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Q qt-creator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Tobias Hunger
  • qt-creator
  • Repository
  • qt-creator
  • src
  • shared
  • proparser
  • profileevaluator.cpp
Find file BlameHistoryPermalink
  • Oswald Buddenhagen's avatar
    fix crash when no command line options are passed to qmake · 34a8a57d
    Oswald Buddenhagen authored Sep 02, 2010
    the root cause is in the API of parsedProFile(): it discerns
    isNull() and isEmpty(), which is of course a time bomb.
    but in this case the right solution is not trying to parse
    the empty string in the first place.
    34a8a57d