Ref T219, adjusted existing forms

This commit is contained in:
Klaus Basan
2018-01-07 03:06:59 +01:00
parent 9fc231b657
commit e7073202bd
8 changed files with 51 additions and 56 deletions

View File

@@ -30,7 +30,7 @@ namespace BlackGui
/*!
* Model mapping form
*/
class BLACKGUI_EXPORT CModelMappingForm : public CForm
class BLACKGUI_EXPORT CModelMappingForm : public CFormDbUser
{
Q_OBJECT
@@ -61,9 +61,9 @@ namespace BlackGui
//! Request stashing for model
void requestStash();
protected slots:
//! \copydoc CForm::ps_userChanged
virtual void ps_userChanged() override;
protected:
//! \copydoc CFormDbUser::userChanged
virtual void userChanged() override;
private:
QScopedPointer<Ui::CModelMappingForm> ui;