Skip to content

Commit

Permalink
Updated Language class constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugnelis committed May 16, 2018
1 parent fcc6750 commit 5999f1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/language.cpp
@@ -1,6 +1,7 @@
#include "language.h"

Language::Language(QObject *parent) {
Language::Language(QObject *parent)
: QObject(parent) {
readFromJsonFile();
}

Expand Down

0 comments on commit 5999f1f

Please sign in to comment.