mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +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
|
||||
void updateUi();
|
||||
|
||||
/// Сonnects all the slots with signals
|
||||
/// Connects all the slots with signals
|
||||
void init();
|
||||
|
||||
/// Sets the pointer CWorkspaceNode* in the wrappers.
|
||||
|
@ -192,6 +192,7 @@ protected:
|
|||
QDialog *_SchemeWidget;
|
||||
|
||||
Ui::CAttribWidget _ui;
|
||||
friend class CSchemeBankDialog;
|
||||
}; /* class CAttribWidget */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue