diff options
author | spycrab <[email protected]> | 2018-01-14 19:15:45 +0100 |
---|---|---|
committer | spycrab <[email protected]> | 2018-01-14 19:15:45 +0100 |
commit | c493bd9cc927f9119960e6dc084d374a2ec75d26 (patch) | |
tree | 94b90ebb26d2b9ae3a8822395e928a3eee5aba98 /dist | |
parent | feae1c4c323abb0ef79e0e43230ddf0d9af7311c (diff) | |
download | yuzu-android-c493bd9cc927f9119960e6dc084d374a2ec75d26.tar.gz yuzu-android-c493bd9cc927f9119960e6dc084d374a2ec75d26.zip |
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 |