mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 19:45:35 -04:00
[qrvthtool] SelectDeviceDialog: Set the window icon.
On KDE, with no icon set, it automatically uses the main window icon. On Windows, it uses a generic icon instead. Explicitly set the window icon to the RVT-H Reader icon.
This commit is contained in:
parent
71c41db758
commit
c2be2517da
@ -112,6 +112,9 @@ SelectDeviceDialogPrivate::SelectDeviceDialogPrivate(SelectDeviceDialog *q)
|
||||
{
|
||||
// Get the RVT-H Reader icon.
|
||||
rvthReaderIcon = RvtHModel::getIcon(RvtHModel::ICON_RVTH);
|
||||
|
||||
// Set the window icon.
|
||||
q->setWindowIcon(rvthReaderIcon);
|
||||
}
|
||||
|
||||
SelectDeviceDialogPrivate::~SelectDeviceDialogPrivate()
|
||||
|
Loading…
Reference in New Issue
Block a user