mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
[locale] Missing includes
- Implicitly included in recent Qt, but not in old versions Reported from Neptune Linux
This commit is contained in:
parent
83688f2837
commit
24b0df3c04
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
||||||
#include "GeoIPXML.h"
|
#include "GeoIPXML.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <QNetworkAccessManager>
|
||||||
|
#include <QNetworkReply>
|
||||||
|
#include <QNetworkRequest>
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest/QtTest>
|
||||||
|
|
||||||
QTEST_GUILESS_MAIN( GeoIPTests )
|
QTEST_GUILESS_MAIN( GeoIPTests )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue