mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 16:09:37 -05:00
Fixing indentation
This commit is contained in:
parent
9072feca82
commit
2d7038c02a
@ -43,7 +43,7 @@ signals:
|
|||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void setText(const QString &text);
|
void setText(const QString &text);
|
||||||
void setPlaceHolderTextPosted();
|
void setPlaceHolderTextPosted();
|
||||||
|
|
||||||
protected slots:
|
protected slots:
|
||||||
void setPlainText(const QString &text) { f_textedit->setPlainText(text); }
|
void setPlainText(const QString &text) { f_textedit->setPlainText(text); }
|
||||||
|
Loading…
Reference in New Issue
Block a user