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

OP-1170 got rid of all compiler warnings in logging plugin.

This commit is contained in:
m_thread 2014-02-26 17:31:01 +01:00
parent 460c60399b
commit 5be91fa012

View File

@ -42,4 +42,6 @@ LoggingGadget::~LoggingGadget()
}
void LoggingGadget::loadConfiguration(IUAVGadgetConfiguration *config)
{}
{
Q_UNUSED(config);
}