mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Adds rotation while selecting a dive.
This adds rotation, a very, very shinny feature. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
3a1a4c1874
commit
b89265c7f0
2 changed files with 10 additions and 5 deletions
|
@ -2,6 +2,7 @@
|
|||
#define GLOBE_H
|
||||
|
||||
#include <marble/MarbleWidget.h>
|
||||
#include <QHash>
|
||||
|
||||
namespace Marble{
|
||||
class GeoDataDocument;
|
||||
|
@ -16,6 +17,8 @@ public:
|
|||
|
||||
private:
|
||||
Marble::GeoDataDocument *loadedDives;
|
||||
QStringList diveLocations;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue