mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
Wrap code for better readability
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user