Don't declare static function in .h file

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-06-12 11:05:42 -07:00
parent 23df593817
commit be8f20dda6

View file

@ -11,10 +11,6 @@
#include <QBluetoothUuid>
#include "core/libdivecomputer.h"
static dc_descriptor_t *getDeviceType(QString btName);
#endif
#if defined(Q_OS_ANDROID)
#include <QAndroidJniObject>