Fixed: #1375 Fixed compilation error.

This commit is contained in:
dnk-88 2012-01-15 20:52:33 +03:00
parent 11d9de671d
commit e0b225fa93

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