Enable the weightsystem info and move the declarations to dive.h

Having the tank_info declared in models.cpp seemed unintuitive.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-05-23 18:38:45 -07:00
parent 641db88a2c
commit ecbcd4db47
3 changed files with 13 additions and 9 deletions

View file

@ -14,8 +14,6 @@
#include <QFont>
#include <QIcon>
extern struct tank_info tank_info[100];
CylindersModel::CylindersModel(QObject* parent): QAbstractTableModel(parent), current(0), rows(0)
{
}