mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Fix warning about implicit export
This commit is contained in:
parent
32c99177b8
commit
ac75cb02f9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
import { TabWidget, StandardButton, GridBox, VerticalBox, ListView } from "std-widgets.slint";
|
||||
|
||||
|
||||
component SysInfo inherits Dialog {
|
||||
export component SysInfo inherits Dialog {
|
||||
title: "System information";
|
||||
preferred-width: 600px;
|
||||
preferred-height: 400px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue