This commit is contained in:
dnk-88 2012-01-15 20:54:00 +03:00
commit 976bbe7ad6

View file

@ -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 */
/**