removed PrefixPath debug line
[opentx.git] / companion / src / contributorsdialog.h
bloba72a33ecb079a93274d5b948e42d02cfedf96655
1 #ifndef CONTRIBUTORSDIALOG_H
2 #define CONTRIBUTORSDIALOG_H
4 #include <QDialog>
6 namespace Ui {
7 class HtmlDialog;
10 class ContributorsDialog : public QDialog
12 Q_OBJECT
14 public:
15 explicit ContributorsDialog(QWidget * parent = 0);
16 ~ContributorsDialog();
18 private:
19 Ui::HtmlDialog * ui;
20 QString formatTable(const QString & title, const QStringList & names, int colums);
23 #endif // CONTRIBUTORSDIALOG_H