mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-08 22:59:58 +01:00
Wrap code for better readability
This commit is contained in:
@@ -47,10 +47,11 @@ class AboutQETDialog : public QDialog
|
||||
void setLibraries();
|
||||
void setLicence();
|
||||
void setLoginfo();
|
||||
void addAuthor(QLabel *label,
|
||||
const QString &name,
|
||||
const QString &email,
|
||||
const QString &work);
|
||||
void addAuthor(
|
||||
QLabel *label,
|
||||
const QString &name,
|
||||
const QString &email,
|
||||
const QString &work);
|
||||
void addLibrary(QLabel *label,
|
||||
const QString &name,
|
||||
const QString &link);
|
||||
|
||||
Reference in New Issue
Block a user