mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
fix missing warning of missing export
... for last component when globals are exported
This commit is contained in:
parent
786933966a
commit
acb7da11d2
7 changed files with 34 additions and 22 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue