mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
d9ad829173
commit
5eb572b9c6
7 changed files with 227 additions and 212 deletions
|
@ -37,6 +37,7 @@ class ProfileWidget2;
|
|||
class PlannerDetails;
|
||||
class PlannerSettingsWidget;
|
||||
class QUndoStack;
|
||||
class LocationInformationWidget;
|
||||
|
||||
enum MainWindowTitleFormat {
|
||||
MWTF_DEFAULT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue