mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
remove destructors overwrite
This commit is contained in:
parent
1ec685cabe
commit
207d5079a7
18 changed files with 6 additions and 42 deletions
|
|
@ -15,6 +15,4 @@ Base::Base()
|
|||
set_tooltip_text(
|
||||
_("Base")
|
||||
);
|
||||
}
|
||||
|
||||
Base::~Base() = default;
|
||||
}
|
||||
|
|
@ -11,8 +11,6 @@ namespace app::browser::main::tab::page::navigation
|
|||
public:
|
||||
|
||||
Base();
|
||||
|
||||
~Base();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,4 @@ Bookmark::Bookmark()
|
|||
set_tooltip_text(
|
||||
_("Toggle bookmark")
|
||||
);
|
||||
}
|
||||
|
||||
Bookmark::~Bookmark() = default;
|
||||
}
|
||||
|
|
@ -11,8 +11,6 @@ namespace app::browser::main::tab::page::navigation
|
|||
public:
|
||||
|
||||
Bookmark();
|
||||
|
||||
~Bookmark();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -29,5 +29,3 @@ Back::Back()
|
|||
}
|
||||
);
|
||||
}
|
||||
|
||||
Back::~Back() = default;
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@ namespace app::browser::main::tab::page::navigation::history
|
|||
public:
|
||||
|
||||
Back();
|
||||
|
||||
~Back();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,4 @@ Forward::Forward()
|
|||
);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Forward::~Forward() = default;
|
||||
}
|
||||
|
|
@ -11,8 +11,6 @@ namespace app::browser::main::tab::page::navigation::history
|
|||
public:
|
||||
|
||||
Forward();
|
||||
|
||||
~Forward();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue