mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
GCS/coreplugin: Minor change to get rid of warning
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@334 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
e16c51289c
commit
9da555a26a
@ -48,8 +48,8 @@ UAVGadgetMode::UAVGadgetMode(UAVGadgetManager *uavGadgetManager, QString name, Q
|
||||
m_uavGadgetManager(uavGadgetManager),
|
||||
m_name(name),
|
||||
m_icon(icon),
|
||||
m_priority(0),
|
||||
m_widget(new QWidget),
|
||||
m_priority(0),
|
||||
m_layout(new QVBoxLayout)
|
||||
{
|
||||
m_layout->setSpacing(0);
|
||||
|
@ -69,12 +69,12 @@ private slots:
|
||||
|
||||
private:
|
||||
UAVGadgetManager *m_uavGadgetManager;
|
||||
QWidget *m_widget;
|
||||
QVBoxLayout *m_layout;
|
||||
QString m_name;
|
||||
QIcon m_icon;
|
||||
QString m_uniqueName;
|
||||
QWidget *m_widget;
|
||||
int m_priority;
|
||||
QVBoxLayout *m_layout;
|
||||
QString m_uniqueName;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
Loading…
Reference in New Issue
Block a user