Changes between Initial Version and Version 1 of Ticket #32
- Timestamp:
- Sep 14, 2006, 10:26:29 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32
- Property Component kernel → tools
- Property Keywords trap access violation added
- Property Milestone → qt-os2-3.3.1-rc07
- Property Resolution → fixed
- Property Status new → closed
- Property Summary qdir_pm.cpp bug → QDir::rootDirPath() causes an access violation
- Property Version → 3.3.1-rc06
-
Ticket #32 – Description
initial v1 3 3 Here is the fixed version of QDir::rootDirPath() function: 4 4 5 ----------------------8<----------------------- 5 {{{ 6 6 QString QDir::rootDirPath() 7 7 … … 18 18 19 19 } 20 ----------------------8<----------------------- 20 }}}