mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 22:15:37 +08:00
refs #661, added a label/icon to context order menu as proposed in the meeting
This commit is contained in:
@@ -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(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user