Merge branch 'XMLProperties_Rebase1' of ssh://git.tuxfamily.org/gitroot/qet/qet into XMLProperties_Rebase1

This commit is contained in:
Martin Marmsoler
2020-10-19 20:05:38 +02:00
2 changed files with 10 additions and 1 deletions

View File

@@ -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 @brief Machine_info::init_get_Screen_info
Finds the largest screen and saves the values Finds the largest screen and saves the values

View File

@@ -34,6 +34,7 @@ public:
int32_t i_max_screen_height(); int32_t i_max_screen_height();
QString compilation_info(); QString compilation_info();
void send_info_to_debug(); void send_info_to_debug();
~Machine_info();
signals: signals: