Skip to content

Commit 0dc340f

Browse files
committed
UpdateCheckAPI 2.0.1 release
1 parent 6100488 commit 0dc340f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

License.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018-2020 Advanced Micro Devices, Inc. All rights reserved.
1+
Copyright (c) 2018-2021 Advanced Micro Devices, Inc. All rights reserved.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Also, the UpdateCheckAPI utilizes an executabled named rtda to download files fr
2323
* RTDA_PATH (Path to the platform-specific rtda executable)
2424

2525
## Release Notes:
26+
Version 2.0.1
27+
* Fix the close button on Update Check Results dialog.
28+
2629
Version 2.0.0
2730
* Updated all code and filenames to follow Google C++ Style Guide
2831
* Updated to json.hpp version 3.9.1

source/update_check_results_dialog.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<resources/>
3737
<connections>
3838
<connection>
39-
<sender>buttonBox</sender>
39+
<sender>button_box_</sender>
4040
<signal>accepted()</signal>
4141
<receiver>update_check_results_dialog_</receiver>
4242
<slot>accept()</slot>
@@ -52,7 +52,7 @@
5252
</hints>
5353
</connection>
5454
<connection>
55-
<sender>buttonBox</sender>
55+
<sender>button_box_</sender>
5656
<signal>rejected()</signal>
5757
<receiver>update_check_results_dialog_</receiver>
5858
<slot>reject()</slot>

0 commit comments

Comments
 (0)