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:
Tomaz Canabrava 2015-09-02 21:22:29 -03:00 committed by Dirk Hohndel
parent 4c0156e3d5
commit 6cd711a11b
4 changed files with 17 additions and 3 deletions

View file

@ -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() \