mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define GETTEXTFROMC_H
|
||||
|
||||
#include <QHash>
|
||||
#include <QCoreApplication>
|
||||
|
||||
extern "C" const char *trGettext(const char *text);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue