mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
QML-UI: find the include files
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8edc5497ac
commit
3ebbf6bc5d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "qmlprofile.h"
|
||||
#include "profilewidget2.h"
|
||||
#include "dive.h"
|
||||
#include "profile-widget/profilewidget2.h"
|
||||
#include "subsurface-core/dive.h"
|
||||
#include <QTransform>
|
||||
|
||||
QMLProfile::QMLProfile(QQuickItem *parent) :
|
||||
|
|
Loading…
Reference in a new issue