Remove unused output type for FilmGridItem
This commit is contained in:
parent
ebf777a73b
commit
3554cdb148
1 changed files with 1 additions and 6 deletions
|
|
@ -41,16 +41,11 @@ pub enum FilmGridItemInput {
|
||||||
WatchedStatusChanged(bool),
|
WatchedStatusChanged(bool),
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
|
||||||
pub enum FilmGridItemOutput {
|
|
||||||
WatchedStatusChanged(String, bool),
|
|
||||||
}
|
|
||||||
|
|
||||||
#[factory(pub)]
|
#[factory(pub)]
|
||||||
impl FactoryComponent for FilmGridItem {
|
impl FactoryComponent for FilmGridItem {
|
||||||
type Init = FilmOverview;
|
type Init = FilmOverview;
|
||||||
type Input = FilmGridItemInput;
|
type Input = FilmGridItemInput;
|
||||||
type Output = FilmGridItemOutput;
|
type Output = ();
|
||||||
type CommandOutput = FilmGridItemCmdOutput;
|
type CommandOutput = FilmGridItemCmdOutput;
|
||||||
type ParentWidget = FlowBox;
|
type ParentWidget = FlowBox;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue