| | 685 | |
|---|
| | 686 | mDiscardSnapshotAction->setToolTip (mDiscardSnapshotAction->text().remove ('&').remove ('.') + |
|---|
| | 687 | QString (" (%1)").arg (mDiscardSnapshotAction->shortcut().toString())); |
|---|
| | 688 | mTakeSnapshotAction->setToolTip (mTakeSnapshotAction->text().remove ('&').remove ('.') + |
|---|
| | 689 | QString (" (%1)").arg (mTakeSnapshotAction->shortcut().toString())); |
|---|
| | 690 | mRevertToCurSnapAction->setToolTip (mRevertToCurSnapAction->text().remove ('&').remove ('.') + |
|---|
| | 691 | QString (" (%1)").arg (mRevertToCurSnapAction->shortcut().toString())); |
|---|
| | 692 | mDiscardCurSnapAndStateAction->setToolTip (mDiscardCurSnapAndStateAction->text().remove ('&').remove ('.') + |
|---|
| | 693 | QString (" (%1)").arg (mDiscardCurSnapAndStateAction->shortcut().toString())); |
|---|
| | 694 | mShowSnapshotDetailsAction->setToolTip (mShowSnapshotDetailsAction->text().remove ('&').remove ('.') + |
|---|
| | 695 | QString (" (%1)").arg (mShowSnapshotDetailsAction->shortcut().toString())); |
|---|