diff options
author | Adrian Kummerlaender | 2015-12-15 19:53:18 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2015-12-15 19:53:18 +0100 |
commit | 55c66514c6e03bc731c7f5ae4d6f6a1e1d1ab601 (patch) | |
tree | a8725d321568ce978fd1638758d43299ee99656b /src/ui.qrc | |
parent | 012d8f7503d9d49ff33da621aee5fabd252e57f5 (diff) | |
download | MetaTerm-master.tar MetaTerm-master.tar.gz MetaTerm-master.tar.bz2 MetaTerm-master.tar.lz MetaTerm-master.tar.xz MetaTerm-master.tar.zst MetaTerm-master.zip |
Diffstat (limited to 'src/ui.qrc')
-rw-r--r-- | src/ui.qrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |