Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Oct 7, 2017
1 parent a8eec08 commit 5600236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsoptions.cpp
Expand Up @@ -1838,7 +1838,7 @@ void QgsOptions::removeHelpPath()
}
}

void QgsOptions::moveHelpPathpUp()
void QgsOptions::moveHelpPathUp()
{
QList<QTreeWidgetItem *> selectedItems = mHelpPathTreeWidget->selectedItems();
QList<QTreeWidgetItem *>::iterator itemIt = selectedItems.begin();
Expand Down

0 comments on commit 5600236

Please sign in to comment.