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:
parent
8e1a7ae709
commit
2aead6a7c6
@ -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>();
|
||||
|
@ -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 );
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user