mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Modify code to make it compile after rebase
Did a git rebase and some stuff changed in the meantime; This is a compatibility commit: Add a few include directories on the cmake to quiet some ui_headers.h not being found (the ones that are created automatically by uic) and a few noiseances like models requiring interface functionality. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4c0156e3d5
commit
6cd711a11b
4 changed files with 17 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "completionmodels.h"
|
||||
#include "dive.h"
|
||||
#include "mainwindow.h"
|
||||
#include <QSet>
|
||||
#include <QString>
|
||||
|
||||
#define CREATE_UPDATE_METHOD(Class, diveStructMember) \
|
||||
void Class::updateModel() \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue