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:
parent
19fbefbdec
commit
04f4083d4d
@ -30,4 +30,10 @@
|
||||
FlightLogManager::FlightLogManager(QObject *parent) :
|
||||
QObject(parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
FlightLogManager::~FlightLogManager()
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -35,6 +35,7 @@ class FlightLogManager : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit FlightLogManager(QObject *parent = 0);
|
||||
~FlightLogManager();
|
||||
|
||||
signals:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user