mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -04:00
[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
This commit is contained in:
parent
7b934b7779
commit
2da09f7648
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
/* === This file is part of Calamares - <https://github.com/calamares> ===
|
||||
*
|
||||
* 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
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -19,8 +20,9 @@
|
|||
#ifndef PYTHONQTGLOBALSTORAGEWRAPPER_H
|
||||
#define PYTHONQTGLOBALSTORAGEWRAPPER_H
|
||||
|
||||
|
||||
#include <QObject>
|
||||
#include <QStringList>
|
||||
#include <QVariant>
|
||||
|
||||
namespace Calamares
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue