Skip to content

Commit

Permalink
Update KDBinding Dependency to v1.1.0 (#38)
Browse files Browse the repository at this point in the history
So that we will finally be able to use SingleShot connection and
silence warnings on property signal connections.

Change-Id: I94104acabc81e5737bc1425a3320c969f38ac8bb
  • Loading branch information
lemirep authored Oct 1, 2024
1 parent 757fad9 commit 3d9404a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ if(NOT TARGET KDAB::KDBindings)
fetchcontent_declare(
KDBindings
GIT_REPOSITORY https://github.com/KDAB/KDBindings.git
GIT_TAG aab1cfd289296972ef32124f749e3b565b634535 # main as of 2024-07-17, needed for noexcept
# in destructors
GIT_TAG efb54c58c3c2fce280d7089617935ec265fe4e2d # v1.1.0
USES_TERMINAL_DOWNLOAD YES USES_TERMINAL_UPDATE YES
)
fetchcontent_makeavailable(KDBindings)
Expand Down

0 comments on commit 3d9404a

Please sign in to comment.