diff options
author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-06-29 17:01:19 +0200 |
---|---|---|
committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-06-29 17:01:19 +0200 |
commit | cc61c6919738e310cc393bfeeab1a43eceaf5c29 (patch) | |
tree | 31bf684020f47e09874859aa536752704c8eec24 /src/scenes | |
parent | e245d69bffd1a81b8fecd0e47b4c49ec702efa03 (diff) | |
download | RWA.Support.DesktopApp-cc61c6919738e310cc393bfeeab1a43eceaf5c29.tar.gz RWA.Support.DesktopApp-cc61c6919738e310cc393bfeeab1a43eceaf5c29.tar.bz2 RWA.Support.DesktopApp-cc61c6919738e310cc393bfeeab1a43eceaf5c29.zip |
Add docstrings; remove unnecessary code & comments
Diffstat (limited to 'src/scenes')
-rw-r--r-- | src/scenes/Scene_placeholder.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scenes/Scene_placeholder.qml b/src/scenes/Scene_placeholder.qml index 7485518..a5ceac9 100644 --- a/src/scenes/Scene_placeholder.qml +++ b/src/scenes/Scene_placeholder.qml @@ -5,6 +5,10 @@ import QtQuick.Controls 2.2 import QtQuick.Dialogs 1.2 import QtQuick.Controls.Material 2.3 +/*! + This .qml file is a Scene which can be loaded through for example a StackView (main_content in main.qml). + */ + Item { id: scene_placeholder objectName: "Scene_placeholder" |