Wrap code for better readability

This commit is contained in:
Simon De Backer
2020-09-07 22:03:40 +02:00
parent 8ee38fab9e
commit 5d92393ee7
202 changed files with 4031 additions and 2153 deletions

View File

@@ -35,12 +35,14 @@ class ElementInfoPartWidget : public QWidget
//METHODS
public:
explicit ElementInfoPartWidget(QString key,
const QString& translated_key,
QWidget *parent = nullptr);
explicit ElementInfoPartWidget(
QString key,
const QString& translated_key,
QWidget *parent = nullptr);
~ElementInfoPartWidget() override;
QString key () const {return key_;}
QString key () const
{return key_;}
QString text () const;
void setText (const QString &);
void setPlaceHolderText (const QString &text);