254 QString file = url.toLocalFile();
259 #ifndef QT_NO_TEXTCODEC 275 for (
int i = 0; i < column; ++i) {
283 debug <<
"\n " << ind.constData();
QUrl url() const
Returns the url for the file that caused this error.
Q_DECL_CONSTEXPR const T & qMin(const T &a, const T &b)
const QChar at(int i) const
Returns the character at the given index position in the string.
ushort unicode() const
This is an overloaded member function, provided for convenience. It differs from the above function o...
The QByteArray class provides an array of bytes.
int length() const
Returns the number of characters in this string.
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
int count(const T &t) const
Returns the number of occurrences of value in the list.
The QUrl class provides a convenient interface for working with URLs.
The QString class provides a Unicode character string.
The QChar class provides a 16-bit Unicode character.
Q_DECL_CONSTEXPR const T & qMax(const T &a, const T &b)
bool isSpace() const
Returns true if the character is a separator character (Separator_* categories); otherwise returns fa...
QString toString() const
Returns the error as a human readable string.
const T & at(int i) const
Returns the item at index position i in the list.
The QStringList class provides a list of strings.
static const char * data(const QByteArray &arr)
int line() const
Returns the error line number.
The QFile class provides an interface for reading from and writing to files.
The QTextStream class provides a convenient interface for reading and writing text.
int column() const
Returns the error column number.
QStringList split(const QString &sep, SplitBehavior behavior=KeepEmptyParts, Qt::CaseSensitivity cs=Qt::CaseSensitive) const Q_REQUIRED_RESULT
Splits the string into substrings wherever sep occurs, and returns the list of those strings...
void reserve(int size)
Attempts to allocate memory for at least size bytes.
#define qPrintable(string)
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.