aboutsummaryrefslogtreecommitdiff
path: root/src/ui.qrc
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-12-15 19:48:16 +0100
committerAdrian Kummerlaender2015-12-15 19:48:16 +0100
commit012d8f7503d9d49ff33da621aee5fabd252e57f5 (patch)
tree232dab8c038d554f55d8c58837e4ebe26208c343 /src/ui.qrc
parent1562641cc744ff9d6c0e0fd0ce1936010331000f (diff)
downloadMetaTerm-012d8f7503d9d49ff33da621aee5fabd252e57f5.tar
MetaTerm-012d8f7503d9d49ff33da621aee5fabd252e57f5.tar.gz
MetaTerm-012d8f7503d9d49ff33da621aee5fabd252e57f5.tar.bz2
MetaTerm-012d8f7503d9d49ff33da621aee5fabd252e57f5.tar.lz
MetaTerm-012d8f7503d9d49ff33da621aee5fabd252e57f5.tar.xz
MetaTerm-012d8f7503d9d49ff33da621aee5fabd252e57f5.tar.zst
MetaTerm-012d8f7503d9d49ff33da621aee5fabd252e57f5.zip
Extract terminal resize overlay into separate QML item
Diffstat (limited to 'src/ui.qrc')
-rw-r--r--src/ui.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.qrc b/src/ui.qrc
index 05f9d79..31ec346 100644
--- a/src/ui.qrc
+++ b/src/ui.qrc
@@ -11,5 +11,6 @@
<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>
</qresource>
</RCC>