Skip to content
Snippets Groups Projects
Commit e59e6abc authored by Adriaan de Groot's avatar Adriaan de Groot Committed by Philip
Browse files

[libcalamaresui] Fix build

 - Include all headers for types that need to be fully-defined
   (e.g. return types). This guards against uses in contexts where
   those headers have not been implicitly or previously included.

FIXES #948
parent 33543afb
No related branches found
No related tags found
No related merge requests found
/* === This file is part of Calamares - <http://github.com/calamares> === /* === This file is part of Calamares - <http://github.com/calamares> ===
* *
* Copyright 2016, Teo Mrnjavac <teo@kde.org> * Copyright 2016, Teo Mrnjavac <teo@kde.org>
* Copyright 2018, Adriaan de Groot <groot@kde.org>
* *
* Calamares is free software: you can redistribute it and/or modify * Calamares is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
...@@ -19,8 +20,9 @@ ...@@ -19,8 +20,9 @@
#ifndef PYTHONQTGLOBALSTORAGEWRAPPER_H #ifndef PYTHONQTGLOBALSTORAGEWRAPPER_H
#define PYTHONQTGLOBALSTORAGEWRAPPER_H #define PYTHONQTGLOBALSTORAGEWRAPPER_H
#include <QObject> #include <QObject>
#include <QStringList>
#include <QVariant>
namespace Calamares namespace Calamares
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment