Changes between Initial Version and Version 1 of Ticket #32


Ignore:
Timestamp:
Sep 14, 2006, 10:26:29 PM (18 years ago)
Author:
dmik
Comment:

This bug has already been fixed in r123. You should update from SVN more often :) But thank you anyway, it was a nasty typo. It may not cause traps on your desktop PC because you have the HOME environment variable set there, as opposed to your notebook.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32

    • Property Component kerneltools
    • Property Keywords trap access violation added
    • Property Milestoneqt-os2-3.3.1-rc07
    • Property Resolutionfixed
    • Property Status newclosed
    • Property Summary qdir_pm.cpp bugQDir::rootDirPath() causes an access violation
    • Property Version3.3.1-rc06
  • Ticket #32 – Description

    initial v1  
    33Here is the fixed version of QDir::rootDirPath() function:
    44
    5 ----------------------8<-----------------------
     5{{{
    66QString QDir::rootDirPath()
    77
     
    1818
    1919}
    20 ----------------------8<-----------------------
     20}}}