Explicitly include needed include file
The Q_DECLARE_TR_FUNCTIONS macro is defined in QCoreApplication, so let's make sure that's included. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8539ae6471
commit
7eaa2c62c4
@ -2,6 +2,7 @@
|
||||
#define GETTEXTFROMC_H
|
||||
|
||||
#include <QHash>
|
||||
#include <QCoreApplication>
|
||||
|
||||
extern "C" const char *trGettext(const char *text);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user