1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

Fixed a gcc compiler warning that was a result of clang compiler warning cleanup.

This commit is contained in:
Fredrik Arvidsson 2014-12-30 09:41:37 +01:00
parent 0f756668bc
commit 1c764c4001

View File

@ -85,7 +85,7 @@ public slots:
virtual void configurationChanged(IUAVGadgetConfiguration *) {}
virtual void configurationAdded(IUAVGadgetConfiguration *) {}
virtual void configurationToBeDeleted(IUAVGadgetConfiguration *) {}
virtual void configurationNameChanged(IUAVGadgetConfiguration *config, QString, QString) {}
virtual void configurationNameChanged(IUAVGadgetConfiguration *, QString, QString) {}
private slots:
private:
QString m_classId;