mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Resolution-independent trash icon
Also, generate the corresponding pixmap only once, and distribute it to all models that need it. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
60702f104c
commit
dfec501e7a
4 changed files with 44 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue