diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-04 14:52:34 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-04 14:52:34 +0200 |
commit | e14ab1e03bf40e5f63329f8ed26b3f11cc15fb0a (patch) | |
tree | 54306253f20dfd98ee318b45fd954e4e9d8809e3 /tests | |
parent | ba89bb27ac5ff18d237dc88608bfbeb3071ac25c (diff) | |
download | qmenumodel-e14ab1e03bf40e5f63329f8ed26b3f11cc15fb0a.tar.gz qmenumodel-e14ab1e03bf40e5f63329f8ed26b3f11cc15fb0a.tar.bz2 qmenumodel-e14ab1e03bf40e5f63329f8ed26b3f11cc15fb0a.zip |
Replace #include statements with forward declarations in converter.h.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client/convertertest.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/client/convertertest.cpp b/tests/client/convertertest.cpp index 496b62a..72b6a87 100644 --- a/tests/client/convertertest.cpp +++ b/tests/client/convertertest.cpp @@ -17,6 +17,10 @@ * Renato Araujo Oliveira Filho <renato@canonical.com> */ +extern "C" { +#include <glib.h> +} + #include "converter.h" #include <QObject> |