mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
9e53b3082c
Add a menu entry to show the application log. Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
12 lines
345 B
Text
12 lines
345 B
Text
<RCC>
|
|
<qresource prefix="/qml">
|
|
<file>main.qml</file>
|
|
<file>TextButton.qml</file>
|
|
<file>Preferences.qml</file>
|
|
<file>DiveList.qml</file>
|
|
<file>DiveDetails.qml</file>
|
|
<file>DownloadFromDiveComputer.qml</file>
|
|
<file>Log.qml</file>
|
|
<file>TopBar.qml</file>
|
|
</qresource>
|
|
</RCC>
|