mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
OP-545 Changed URL for help page in Import/Export plugin.
This commit is contained in:
parent
8332f32519
commit
f0a3de4d72
@ -200,7 +200,7 @@ void ImportExportGadgetWidget::importConfiguration(const QString& fileName)
|
|||||||
void ImportExportGadgetWidget::on_helpButton_clicked()
|
void ImportExportGadgetWidget::on_helpButton_clicked()
|
||||||
{
|
{
|
||||||
qDebug() << "Show Help";
|
qDebug() << "Show Help";
|
||||||
QDesktopServices::openUrl(QUrl("http://wiki.openpilot.org/Import_Export_plugin"));
|
QDesktopServices::openUrl(QUrl("http://wiki.openpilot.org/x/OQBj"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user