aboutsummaryrefslogtreecommitdiff
path: root/src/ui.qrc
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-12-15 19:53:18 +0100
committerAdrian Kummerlaender2015-12-15 19:53:18 +0100
commit55c66514c6e03bc731c7f5ae4d6f6a1e1d1ab601 (patch)
treea8725d321568ce978fd1638758d43299ee99656b /src/ui.qrc
parent012d8f7503d9d49ff33da621aee5fabd252e57f5 (diff)
downloadMetaTerm-55c66514c6e03bc731c7f5ae4d6f6a1e1d1ab601.tar
MetaTerm-55c66514c6e03bc731c7f5ae4d6f6a1e1d1ab601.tar.gz
MetaTerm-55c66514c6e03bc731c7f5ae4d6f6a1e1d1ab601.tar.bz2
MetaTerm-55c66514c6e03bc731c7f5ae4d6f6a1e1d1ab601.tar.lz
MetaTerm-55c66514c6e03bc731c7f5ae4d6f6a1e1d1ab601.tar.xz
MetaTerm-55c66514c6e03bc731c7f5ae4d6f6a1e1d1ab601.tar.zst
MetaTerm-55c66514c6e03bc731c7f5ae4d6f6a1e1d1ab601.zip
Separate widgets into primary and augmenting itemsHEADmaster
Diffstat (limited to 'src/ui.qrc')
-rw-r--r--src/ui.qrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui.qrc b/src/ui.qrc
index 31ec346..0cf1b20 100644
--- a/src/ui.qrc
+++ b/src/ui.qrc
@@ -8,9 +8,9 @@
<file alias="CommandInput.qml">command/CommandInput.qml</file>
<file alias="commands.js">command/commands.js</file>
<file alias="EmbeddedTerminal.qml">widget/EmbeddedTerminal.qml</file>
- <file alias="StatusLine.qml">widget/StatusLine.qml</file>
<file alias="HistoryViewer.qml">widget/HistoryViewer.qml</file>
- <file alias="Highlighter.qml">widget/Highlighter.qml</file>
- <file alias="Overlay.qml">widget/Overlay.qml</file>
+ <file alias="StatusLine.qml">widget/augment/StatusLine.qml</file>
+ <file alias="Highlighter.qml">widget/augment/Highlighter.qml</file>
+ <file alias="Overlay.qml">widget/augment/Overlay.qml</file>
</qresource>
</RCC>