Country register plugin created

This commit is contained in:
2017-05-03 22:23:49 +02:00
parent a0f325708b
commit 25c481f5f1
14 changed files with 327 additions and 1 deletions
+1
View File
@@ -81,6 +81,7 @@ public:
}
virtual void setTranslations(const QMap<QString, QString> &translations) {
Q_ASSERT(m_tableModel != NULL);
m_tableModel->setTranslations(translations);
}