mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Issue #69 Add icon for terminal applications
This commit is contained in:
@@ -830,6 +830,12 @@ namespace BlackMisc
|
||||
return joystick16();
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::appTerminal16()
|
||||
{
|
||||
static const QPixmap pm(":/pastel/icons/pastel/16/monitor-terminal.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::appTextMessages16()
|
||||
{
|
||||
return text16();
|
||||
|
||||
Reference in New Issue
Block a user