refs #661, added a label/icon to context order menu as proposed in the meeting

This commit is contained in:
Klaus Basan
2016-05-29 21:44:20 +02:00
parent 2281b2f030
commit 4b8ab847a0
4 changed files with 26 additions and 4 deletions

View File

@@ -93,6 +93,9 @@ namespace BlackGui
//! Icon
const QIcon &getIcon() const { return m_icon; }
//! Icon as pixmap
QPixmap getPixmap() const;
//! Has icon?
bool hasIcon() const { return !m_icon.isNull(); }