Move Locationinformation to its own file.

The SimpleWidgets file was getting too big, and location information will
also need a new model - a good way to do not mix everything is to put
things in a new file.

[Dirk Hohndel: added missing include of stdint.h]

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-05-17 16:13:41 -03:00 committed by Dirk Hohndel
parent d9ad829173
commit 5eb572b9c6
7 changed files with 227 additions and 212 deletions

View file

@ -33,6 +33,7 @@
#include "divelogexportdialog.h"
#include "usersurvey.h"
#include "divesitehelpers.h"
#include "locationinformation.h"
#ifndef NO_USERMANUAL
#include "usermanual.h"
#endif