Wrap code for better readability

This commit is contained in:
Simon De Backer
2020-08-20 21:58:23 +02:00
parent 0c00d83b27
commit 331918d143
41 changed files with 716 additions and 190 deletions

View File

@@ -45,7 +45,9 @@ class ImportElementTextPattern
ImportElementTextPattern(Element *elmt);
private:
QString getName(const QStringList& list, bool *ok, bool *erase) const;
QString getName(const QStringList& list,
bool *ok,
bool *erase) const;
QWidget *parentWidget() const;
void apply(QString name, bool erase = false) const;