Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
quoter.cpp File Reference

(bf2e4e93ffc4a15db117d2304b905673366ca623)

#include "quoter.h"
#include <QtCore/qdebug.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qregularexpression.h>
Include dependency graph for quoter.cpp:

Go to the source code of this file.

Functions

static void replaceMultipleNewlines (QString &s)
static void trimWhiteSpace (QString &str)

Function Documentation

◆ replaceMultipleNewlines()

void replaceMultipleNewlines ( QString & s)
static

Definition at line 16 of file quoter.cpp.

◆ trimWhiteSpace()

void trimWhiteSpace ( QString & str)
static

Definition at line 57 of file quoter.cpp.