mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +02:00
move QStringList include to DomainServer header
This commit is contained in:
parent
6d56ab3a30
commit
83f7c17279
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
|||
#include <QtCore/QJsonArray>
|
||||
#include <QtCore/QProcess>
|
||||
#include <QtCore/QStandardPaths>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtCore/QTimer>
|
||||
|
||||
#include <AccountManager.h>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include <QtCore/QJsonObject>
|
||||
#include <QtCore/QQueue>
|
||||
#include <QtCore/QSharedPointer>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtCore/QUrl>
|
||||
|
||||
#include <Assignment.h>
|
||||
|
|
Loading…
Reference in a new issue