1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-545 Remove unnecessary qDebug statement

This commit is contained in:
Oleg Semyonov 2012-11-24 19:14:56 +02:00
parent f0a3de4d72
commit 73488b70fa

View File

@ -199,7 +199,6 @@ void ImportExportGadgetWidget::importConfiguration(const QString& fileName)
void ImportExportGadgetWidget::on_helpButton_clicked()
{
qDebug() << "Show Help";
QDesktopServices::openUrl(QUrl("http://wiki.openpilot.org/x/OQBj"));
}