mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:13:24 +00:00
Update #include statement for QStringListModel
Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
507a929a27
commit
a3d82bf9b1
5 changed files with 2 additions and 4 deletions
|
@ -16,7 +16,6 @@
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QGraphicsSceneMouseEvent>
|
#include <QGraphicsSceneMouseEvent>
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
#include <QStringListModel>
|
|
||||||
#include <QListView>
|
#include <QListView>
|
||||||
#include <QModelIndex>
|
#include <QModelIndex>
|
||||||
#include <QSettings>
|
#include <QSettings>
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
#include "dive.h"
|
#include "dive.h"
|
||||||
|
|
||||||
class QListView;
|
class QListView;
|
||||||
class QStringListModel;
|
|
||||||
class QModelIndex;
|
class QModelIndex;
|
||||||
|
|
||||||
class DivePlannerPointsModel : public QAbstractTableModel{
|
class DivePlannerPointsModel : public QAbstractTableModel{
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
#include <QThread>
|
#include <QThread>
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <QMap>
|
#include <QMap>
|
||||||
|
#include <QStringListModel>
|
||||||
#include "../libdivecomputer.h"
|
#include "../libdivecomputer.h"
|
||||||
#include "ui_downloadfromdivecomputer.h"
|
#include "ui_downloadfromdivecomputer.h"
|
||||||
|
|
||||||
|
@ -19,7 +20,6 @@ private:
|
||||||
device_data_t *data;
|
device_data_t *data;
|
||||||
};
|
};
|
||||||
|
|
||||||
class QStringListModel;
|
|
||||||
class DownloadFromDCWidget : public QDialog{
|
class DownloadFromDCWidget : public QDialog{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
#include <QKeyEvent>
|
#include <QKeyEvent>
|
||||||
#include <QAbstractItemView>
|
#include <QAbstractItemView>
|
||||||
#include <QStringListModel>
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|
||||||
QSize DiveListDelegate::sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const
|
QSize DiveListDelegate::sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
#include <QFont>
|
#include <QFont>
|
||||||
#include <QIcon>
|
#include <QIcon>
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
|
#include <QStringListModel>
|
||||||
|
|
||||||
QFont defaultModelFont()
|
QFont defaultModelFont()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue