diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-05-28 17:17:09 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-29 14:11:12 -0700 |
commit | d84ffa8fc3162692597c19c42e621f7d8ac58dca (patch) | |
tree | c0817f3684a6adfa025205506bb2d3672e21e997 /qt-models/cleanertablemodel.h | |
parent | a0f3c9992c0f9d2134742b5ba7fd532094c1a865 (diff) | |
download | subsurface-d84ffa8fc3162692597c19c42e621f7d8ac58dca.tar.gz |
Move WeightModel to qt-models
One more step to make it easyer to port the app to Mobile.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/cleanertablemodel.h')
-rw-r--r-- | qt-models/cleanertablemodel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-models/cleanertablemodel.h b/qt-models/cleanertablemodel.h index a492685a6..c47cf87f4 100644 --- a/qt-models/cleanertablemodel.h +++ b/qt-models/cleanertablemodel.h @@ -3,6 +3,10 @@ #include <QAbstractTableModel> #include <QStringList> +#include <QPixmap> + +/* Retrieve the trash icon pixmap, common to most table models */ +const QPixmap &trashIcon(); /* When using a QAbstractTableModel, consider using this instead * of the default implementation, as it's easyer to setup the columns |