summaryrefslogtreecommitdiffstats
path: root/qt-ui/models.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r--qt-ui/models.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h
index 2345d0de2..a0b256594 100644
--- a/qt-ui/models.h
+++ b/qt-ui/models.h
@@ -89,6 +89,9 @@ private:
QString biggerEntry;
};
+/* Retrieve the trash icon pixmap, common to most table models */
+const QPixmap &trashIcon();
+
/* Encapsulation of the Cylinder Model, that presents the
* Current cylinders that are used on a dive. */
class CylindersModel : public CleanerTableModel {