fix missing warning of missing export

... for last component when globals are exported
This commit is contained in:
Olivier Goffart 2024-06-20 19:04:17 +02:00
parent 786933966a
commit acb7da11d2
7 changed files with 34 additions and 22 deletions

View file

@ -32,7 +32,7 @@ component SideBarIcon inherits Rectangle {
}
}
component MainWindow inherits Window {
export component MainWindow inherits Window {
width: 320px;
height: 240px;
title: "Slint printer demo";