mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
Checkpoint.
This commit is contained in:
@@ -42,7 +42,7 @@ void SeerKeysConfigPage::setKeySettings (const SeerKeySettings& settings) {
|
||||
keysTableWidget->setCellWidget(r, 0, keySequenceEdit);
|
||||
|
||||
// Insert the Description.
|
||||
QLabel* descriptionLabel = new QLabel(setting._help);
|
||||
QLabel* descriptionLabel = new QLabel(setting._description);
|
||||
keysTableWidget->setCellWidget(r, 1, descriptionLabel);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user