mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-14 03:09:04 +00:00
Changed: Virtual destructors
This commit is contained in:
parent
5a53e3dadc
commit
05e4a01398
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ class CGeneralSettingsWidget : public CWidgetBase, public Ui::general_settings_w
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CGeneralSettingsWidget( QWidget *parent = NULL );
|
CGeneralSettingsWidget( QWidget *parent = NULL );
|
||||||
~CGeneralSettingsWidget();
|
virtual ~CGeneralSettingsWidget();
|
||||||
|
|
||||||
void load();
|
void load();
|
||||||
void save();
|
void save();
|
||||||
|
|
|
@ -28,7 +28,7 @@ class CSysInfoD3DWidget : public QWidget, public Ui::sys_info_d3d_widget
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
CSysInfoD3DWidget( QWidget *parent = NULL );
|
CSysInfoD3DWidget( QWidget *parent = NULL );
|
||||||
~CSysInfoD3DWidget();
|
virtual ~CSysInfoD3DWidget();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void changeEvent( QEvent *event );
|
void changeEvent( QEvent *event );
|
||||||
|
|
Loading…
Reference in a new issue