mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix typo
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:
parent
00b1469658
commit
cfa5403192
6 changed files with 24 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue