mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Dtor in view base
This commit is contained in:
@@ -132,9 +132,11 @@ namespace BlackGui
|
||||
deleteRow->setObjectName("Delete selected rows for " + this->objectName());
|
||||
QShortcut *copy = new QShortcut(CShortcut::keyCopy(), this, SLOT(ps_copy()), nullptr, Qt::WidgetShortcut);
|
||||
copy->setObjectName("Copy rows for " + this->objectName());
|
||||
}
|
||||
|
||||
// Font menus
|
||||
// m_fontMenu = new CFontMenu(this, true);
|
||||
CViewBaseNonTemplate::~CViewBaseNonTemplate()
|
||||
{
|
||||
// dtor
|
||||
}
|
||||
|
||||
bool CViewBaseNonTemplate::setParentDockWidgetInfoArea(CDockWidgetInfoArea *parentDockableWidget)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user