Dtor in view base

This commit is contained in:
Klaus Basan
2018-01-20 17:05:00 +01:00
parent dac1ee85f9
commit 5d56c295f8
2 changed files with 7 additions and 2 deletions

View File

@@ -363,6 +363,9 @@ namespace BlackGui
//! Constructor
CViewBaseNonTemplate(QWidget *parent);
//! Destructor
virtual ~CViewBaseNonTemplate();
//! Method creating the menu
//! \remarks override this method to contribute to the menu
//! \sa BlackGui::Views::CViewBaseNonTemplate::ps_customMenuRequested