|
|
|
@ -85,6 +85,7 @@ class IIRCView : public QTextBrowser |
|
|
|
|
public: |
|
|
|
|
IIRCView(); |
|
|
|
|
void print(const PrintType ptype, const QString& text); |
|
|
|
|
void resetView(); |
|
|
|
|
static QString stripTags(const QString& text); |
|
|
|
|
static QString formatType(PrintType ptype, const QString& text); |
|
|
|
|
static QString typeToString(PrintType ptype, const QString& defaultValue = ""); |
|
|
|
@ -98,7 +99,6 @@ private: |
|
|
|
|
void mouseReleaseEvent(QMouseEvent* evt) override; |
|
|
|
|
int reduceMargin() const; |
|
|
|
|
void newConfiguration(); |
|
|
|
|
void resetView(); |
|
|
|
|
static void formatSpaces(QString& text); |
|
|
|
|
static void ctrlFormat(QString& text); |
|
|
|
|
static void linkFormat(QString& text); |
|
|
|
|