Move the qtTranslator and ssrfTranslator pointers to qt-init.cpp

No point in having it defined in each main program's .cpp. Especially
since the unit tests don't define them.

Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Thiago Macieira 2016-05-01 21:27:35 -07:00 committed by Dirk Hohndel
parent 744e596883
commit 8f35b7324e
4 changed files with 2 additions and 6 deletions

View file

@ -5,6 +5,7 @@
#include "helpers.h"
char *settings_suffix = NULL;
QTranslator *qtTranslator, *ssrfTranslator;
void init_qt_late()
{