Skip to content

Commit c30ecaa

Browse files
committed
Update readme file and remove unused variable
1 parent 73b4a2d commit c30ecaa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# kColorPicker ![Build Status](https://github.com/ksnip/kColorPicker/actions/workflows/build.yml/badge.svg)
1+
# kColorPicker [![Build Status][github-badge]][github-url]
22
QToolButton with color popup menu with lets you select a color. The popup features a color dialog button which can be used to add custom colors to the popup menu.
33

44
Version 0.1.6
@@ -34,3 +34,7 @@ only build as static library.
3434

3535
2. Link the library with your application
3636
`target_link_libraries(myApp kColorPicker)`
37+
38+
39+
[github-badge]: https://github.com/ksnip/kColorPicker/actions/workflows/build.yml/badge.svg
40+
[github-url]: https://github.com/ksnip/kColorPicker/actions

0 commit comments

Comments
 (0)