diff options
| author | bunnei <bunneidev@gmail.com> | 2018-01-14 13:21:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-14 13:21:12 -0500 |
| commit | 7435dc53c8a3d9502232567cddcf3964e2dbab1e (patch) | |
| tree | 18bd77221697576ffba6cf50bf3c4f5b9ce02706 /dist | |
| parent | d3f421b9a602e439463c960823a53a60d4958a76 (diff) | |
| parent | c493bd9cc927f9119960e6dc084d374a2ec75d26 (diff) | |
Merge pull request #4 from spycrab/aboutdialog
Implement "About" dialog
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/icons/icons.qrc | 5 | ||||
| -rw-r--r-- | dist/icons/yuzu.png | bin | 0 -> 7719 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/dist/icons/icons.qrc b/dist/icons/icons.qrc new file mode 100644 index 000000000..575cd0861 --- /dev/null +++ b/dist/icons/icons.qrc @@ -0,0 +1,5 @@ +<RCC> + <qresource prefix="icons"> + <file>yuzu.png</file> + </qresource> +</RCC>
\ No newline at end of file diff --git a/dist/icons/yuzu.png b/dist/icons/yuzu.png Binary files differnew file mode 100644 index 000000000..81a745344 --- /dev/null +++ b/dist/icons/yuzu.png |
