Move Tankinfomodel to its own file

Another change to make it easier to program the mobile ui. This was a
fairly easy patch: just moved the contents of the file and fixed the
includes.

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-05-28 16:39:15 -03:00 committed by Dirk Hohndel
parent f432b764e7
commit 32b0afa3e7
8 changed files with 154 additions and 140 deletions

View file

@ -6,6 +6,7 @@
#include "models.h"
#include "starwidget.h"
#include "profile/profilewidget2.h"
#include "tankinfomodel.h"
#include <QCompleter>
#include <QKeyEvent>