mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-22 20:59:45 -04:00
Fixing indentation
This commit is contained in:
parent
9072feca82
commit
2d7038c02a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue