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:
parent
dd429536f7
commit
95122faa40
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user