Plasma Engine  2.0
Loading...
Searching...
No Matches
EditorPluginFileservePCH.h
1#pragma once
2
3#include <Foundation/Basics.h>
4
5// <StaticLinkUtil::StartHere>
6// all include's before this will be left alone and not replaced by the StaticLinkUtil
7// all include's AFTER this will be removed by the StaticLinkUtil and updated by what is actually used throughout the library
8
9#include <EditorPluginFileserve/EditorPluginFileserveDLL.h>
10
11#include <FileservePlugin/Fileserver/Fileserver.h>
12#include <Foundation/IO/FileSystem/FileSystem.h>
13#include <GuiFoundation/GuiFoundationDLL.h>
14
15#include <QAbstractSocket>
16#include <QHostAddress>
17#include <QInputDialog>
18#include <QMessageBox>
19#include <QNetworkInterface>
20#include <QSettings>
21#include <QTableWidget>
22#include <QTimer>
23#include <QWidget>