diff options
Diffstat (limited to 'qthelper.h')
-rw-r--r-- | qthelper.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qthelper.h b/qthelper.h index 0ab184b78..cd0d8affa 100644 --- a/qthelper.h +++ b/qthelper.h @@ -5,6 +5,10 @@ #include <QString> #include <stdint.h> #include "dive.h" +#include <QTranslator> + +// global pointers for our translation +extern QTranslator *qtTranslator, *ssrfTranslator; class DiveComputerNode { public: |