Skip to content

Commit

Permalink
Update internal/compiler/widgets/common/time-picker-base.slint
Browse files Browse the repository at this point in the history
Update internal/compiler/widgets/qt/time-picker.slint
Update internal/compiler/widgets/material-base/time-picker.slint
Update internal/compiler/widgets/fluent-base/time-picker.slint
Update internal/compiler/widgets/cupertino-base/time-picker.slint
Update tests/cases/widgets/timepicker.slint
Update internal/compiler/widgets/cosmic-base/time-picker.slint

Co-Authored-By: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
FloVanGH and github-actions[bot] committed May 31, 2024
1 parent 76b3557 commit 34212bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion internal/compiler/widgets/common/time-picker-base.slint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial

export struct TimeSelectorStyle {
foreground: brush,
Expand Down
2 changes: 1 addition & 1 deletion internal/compiler/widgets/cosmic-base/time-picker.slint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial

import { Time, TimePickerBase } from "../common/time-picker-base.slint";
import { VerticalBox } from "./layouts.slint";
Expand Down
2 changes: 1 addition & 1 deletion internal/compiler/widgets/cupertino-base/time-picker.slint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial

import { Time, TimePickerBase } from "../common/time-picker-base.slint";
import { VerticalBox } from "./layouts.slint";
Expand Down
2 changes: 1 addition & 1 deletion internal/compiler/widgets/fluent-base/time-picker.slint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial

import { Time, TimePickerBase } from "../common/time-picker-base.slint";
import { VerticalBox } from "./layouts.slint";
Expand Down
2 changes: 1 addition & 1 deletion internal/compiler/widgets/material-base/time-picker.slint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial

import { Time, TimePickerBase } from "../common/time-picker-base.slint";
import { VerticalBox } from "./layouts.slint";
Expand Down
2 changes: 1 addition & 1 deletion internal/compiler/widgets/qt/time-picker.slint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial

import { Time, TimePickerBase } from "../common/time-picker-base.slint";
import { VerticalBox } from "./layouts.slint";
Expand Down
2 changes: 1 addition & 1 deletion tests/cases/widgets/timepicker.slint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial

import { TimePicker, Time, Button } from "std-widgets.slint";
export { Time }
Expand Down

0 comments on commit 34212bb

Please sign in to comment.