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

OP-1119 Minor change

This commit is contained in:
m_thread 2013-11-19 22:00:16 +01:00
parent 19fbefbdec
commit 04f4083d4d
2 changed files with 7 additions and 0 deletions

View File

@ -30,4 +30,10 @@
FlightLogManager::FlightLogManager(QObject *parent) :
QObject(parent)
{
}
FlightLogManager::~FlightLogManager()
{
}

View File

@ -35,6 +35,7 @@ class FlightLogManager : public QObject
Q_OBJECT
public:
explicit FlightLogManager(QObject *parent = 0);
~FlightLogManager();
signals: