1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Add bug tracker site to Welcome plugin

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@253 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2010-03-05 22:42:00 +00:00 committed by dankers
parent dd429536f7
commit 95122faa40

View File

@ -60,6 +60,7 @@ CommunityWelcomePageWidget::CommunityWelcomePageWidget(QWidget *parent) :
sites << qMakePair(tr("OpenPilot Wiki"), QString(QLatin1String("http://wiki.openpilot.org")));
sites << qMakePair(tr("OpenPilot Store"), QString(QLatin1String("http://www.openpilot.org/store")));
sites << qMakePair(tr("OpenPilot Forums"), QString(QLatin1String("http://forums.openpilot.org")));
sites << qMakePair(tr("OpenPilot Bug Tracker"), QString(QLatin1String("http://bugs.openpilot.org")));
QListIterator<QPair<QString, QString> > it(sites);
while (it.hasNext()) {