_ZNK4QUrlltERKS_

Name

QUrl::operator< -- compare URLs

Synopsis

#include <QtCore/qurl.h>

book QUrl::operator< (const QUrl &url);

Description

This operator shall return true if the URL represented by its caller is "less than" the given URL.

This operator provides a means of ordering URLs. If two URLs are not equal than one of them should be "less than" the other. No exact comparison algorithm is specified.

This operator is not intended to be used used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.