Polish language has been added to the designer

This commit is contained in:
Arin Alexander
2019-07-09 12:35:36 +03:00
parent e211838595
commit 4fb39eaf35
4 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ public:
bool isOwned() const {return true;}
bool isEditable() const {return true;}
bool isRemovable() const {return true;}
void invalidate(IDataSource::DatasourceMode mode, bool dbWillBeClosed){ updateModel();}
void invalidate(IDataSource::DatasourceMode mode, bool /*dbWillBeClosed*/){ updateModel();}
void update(){ updateModel(); }
void clearErrors(){}
private: