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

Made method name more descriptive

This commit is contained in:
banig 2012-02-11 16:17:20 +02:00
parent 8e1a7ae709
commit 2aead6a7c6
3 changed files with 5 additions and 5 deletions

View File

@ -353,10 +353,10 @@ void ScopeGadgetOptionsPage::on_loggingEnable_clicked()
void ScopeGadgetOptionsPage::on_spnRefreshInterval_valueChanged(int )
{
validateRefresh();
validateRefreshInterval();
}
void ScopeGadgetOptionsPage::validateRefresh()
void ScopeGadgetOptionsPage::validateRefreshInterval()
{
ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
UAVObjectManager *objManager = pm->getObject<UAVObjectManager>();

View File

@ -70,7 +70,7 @@ private:
void setCurvePlotProperties(QListWidgetItem *listWidgetItem, QString uavObject, QString uavField, int scale, int interpolation, QVariant varColor);
void setYAxisWidgetFromPlotCurve();
void setButtonColor(const QColor &color);
void validateRefresh();
void validateRefreshInterval();
private slots:
void on_spnRefreshInterval_valueChanged(int );

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>550</width>
<height>405</height>
<width>544</width>
<height>342</height>
</rect>
</property>
<property name="windowTitle">