1. 22 Nov, 2012 - 1 commit
  2. 21 Nov, 2012 - 1 commit
  3. 24 Sep, 2012 - 1 commit
  4. 11 Jul, 2012 - 1 commit
    • Topi Reiniö's avatar
      Qt XML Patterns File System Example: Do not bind to a null node index · b2b97bad
      Topi Reiniö authored
      
      Adds a check for validity of the file node index before running an
      XQuery.
      
      In evaluateResult(), QXmlQuery binds to a QXmlNodeModelIndex variable
      without checking if it's valid. This causes an assert to trigger if
      the default directory that the example tries to open does not exist.
      In this case, m_fileNode has the default (null) value when
      evaluateResult() is invoked on QComboBox::currentIndexChanged()
      signal.
      
      Task-number: QTBUG-26081
      Change-Id: I03c39939b57fcf658527ce3110fdc30d204de520
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@nokia.com>
      b2b97bad
  5. 22 Mar, 2012 - 1 commit
  6. 31 Jan, 2012 - 2 commits
  7. 23 Jan, 2012 - 1 commit
  8. 09 Jan, 2012 - 1 commit
  9. 07 Jun, 2011 - 1 commit
  10. 24 May, 2011 - 1 commit
  11. 20 May, 2011 - 2 commits
  12. 27 Apr, 2011 - 2 commits