Loockup -> Lookup

Signed-off-by: Paul-Erik Törrönen <poltsi@777-team.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Paul-Erik Törrönen 2015-05-16 00:27:08 +03:00 committed by Dirk Hohndel
parent 00b1469658
commit cfa5403192
6 changed files with 24 additions and 24 deletions

View file

@ -4,14 +4,14 @@
#include "units.h"
#include <QThread>
class ReverseGeoLoockupThread : public QThread {
class ReverseGeoLookupThread : public QThread {
Q_OBJECT
public:
static ReverseGeoLoockupThread *instance();
static ReverseGeoLookupThread *instance();
void run() Q_DECL_OVERRIDE;
private:
ReverseGeoLoockupThread(QObject *parent = 0);
ReverseGeoLookupThread(QObject *parent = 0);
};
#endif // DIVESITEHELPERS_H