Source Code (Use browser search to find items of interest.)

Class Index

qt'QUrlPrivate (./qt-2.1.0/src/kernel/qurl.cpp:33)

struct QUrlPrivate
{
    QString protocol;
    QString user;
    QString pass;
    QString host;
    QString path, cleanPath;
    QString refEncoded;
    QString queryEncoded;
    bool isValid;
    int port;
    bool cleanPathDirty;
};

/*!
  Replaces backslashes with slashes and removes multiple occurences
  of slashes or backslashes if \c allowMultiple is FALSE.
*/