1 #ifndef CONTRIBUTORSDIALOG_H
2 #define CONTRIBUTORSDIALOG_H
10 class ContributorsDialog
: public QDialog
15 explicit ContributorsDialog(QWidget
* parent
= 0);
16 ~ContributorsDialog();
20 QString
formatTable(const QString
& title
, const QStringList
& names
, int colums
);
23 #endif // CONTRIBUTORSDIALOG_H