mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-Added GOptions destructor
This commit is contained in:
parent
8234370374
commit
d27da24d44
2 changed files with 10 additions and 0 deletions
|
@ -225,6 +225,15 @@ OptionsWindow::OptionsWindow()
|
|||
window->end();
|
||||
}
|
||||
|
||||
OptionsWindow::~OptionsWindow
|
||||
{
|
||||
delete newButton;
|
||||
delete loadButton;
|
||||
delete addgroup;
|
||||
delete tabs;
|
||||
delete window;
|
||||
}
|
||||
|
||||
void OptionsWindow::show()
|
||||
{
|
||||
window->show();
|
||||
|
|
|
@ -60,6 +60,7 @@ class OptionsWindow
|
|||
{
|
||||
public:
|
||||
OptionsWindow();
|
||||
~OptionsWindow();
|
||||
|
||||
void show();
|
||||
void hide();
|
||||
|
|
Loading…
Add table
Reference in a new issue