diff options
| author | Leifa <26681464+TrickyLeifa@users.noreply.github.com> | 2024-07-09 13:07:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-09 13:07:30 +0200 |
| commit | efd2571459924f40718130f7edd28a72a76b12d7 (patch) | |
| tree | 91751194abb0bfe1306976d676740b43a53dd81b /src/options.h | |
| parent | 662d4781d2653e02b9f3727a9299ded8c7b1eaa2 (diff) | |
Remove TCP entry point (#1007)
* Remove TCP entry point
Resolve #987
* Remove TCP entry point
* Servers that do not support WebSocket will be marked as `Legacy`
* Removal of TCP connection from the master will follow later.
* Tweaked error message
Diffstat (limited to 'src/options.h')
| -rw-r--r-- | src/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index 1ea76216..4ccc3016 100644 --- a/src/options.h +++ b/src/options.h @@ -1,8 +1,9 @@ #pragma once +#include "network/serverinfo.h" + #include <QCoreApplication> #include <QSettings> -#include <datatypes.h> class Options { |
