mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Add destructor to Machine_info class to fix segfault
This commit is contained in:
committed by
Martin Marmsoler
parent
9658a88c18
commit
dad32d5897
@@ -150,6 +150,14 @@ void Machine_info::send_info_to_debug()
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@brief Machine_info::~Machine_info
|
||||
destructor
|
||||
*/
|
||||
Machine_info::~Machine_info()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
@brief Machine_info::init_get_Screen_info
|
||||
Finds the largest screen and saves the values
|
||||
|
||||
@@ -34,6 +34,7 @@ public:
|
||||
int32_t i_max_screen_height();
|
||||
QString compilation_info();
|
||||
void send_info_to_debug();
|
||||
~Machine_info();
|
||||
|
||||
signals:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user