1. Jul 11, 2012
    • 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
  2. Mar 22, 2012
  3. Jan 31, 2012
  4. Jan 23, 2012
  5. Jan 09, 2012
  6. Jun 07, 2011
  7. May 24, 2011
  8. May 20, 2011
  9. Apr 27, 2011