forked from blue/squawk
some more methods for archive to store avatar states
This commit is contained in:
parent
323a549eca
commit
c678a790e5
6 changed files with 168 additions and 55 deletions
1
main.cpp
1
main.cpp
|
@ -48,7 +48,6 @@ int main(int argc, char *argv[])
|
|||
QStringList shares = QStandardPaths::standardLocations(QStandardPaths::AppDataLocation);
|
||||
bool found = false;
|
||||
for (QString share : shares) {
|
||||
qDebug() << share;
|
||||
found = myappTranslator.load(QLocale(), QLatin1String("squawk"), ".", share + "/l10n");
|
||||
if (found) {
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue