mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: #1375 Fixed compilation error.
This commit is contained in:
parent
3e32c1b037
commit
0dea272516
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,7 @@ public:
|
||||||
/// Force to update dialog content
|
/// Force to update dialog content
|
||||||
void updateUi();
|
void updateUi();
|
||||||
|
|
||||||
/// Сonnects all the slots with signals
|
/// Connects all the slots with signals
|
||||||
void init();
|
void init();
|
||||||
|
|
||||||
/// Sets the pointer CWorkspaceNode* in the wrappers.
|
/// Sets the pointer CWorkspaceNode* in the wrappers.
|
||||||
|
@ -192,6 +192,7 @@ protected:
|
||||||
QDialog *_SchemeWidget;
|
QDialog *_SchemeWidget;
|
||||||
|
|
||||||
Ui::CAttribWidget _ui;
|
Ui::CAttribWidget _ui;
|
||||||
|
friend class CSchemeBankDialog;
|
||||||
}; /* class CAttribWidget */
|
}; /* class CAttribWidget */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue