mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-25 15:27:02 +02:00
Address review comments
This commit is contained in:
parent
6791301d9a
commit
65718e2876
11 changed files with 26 additions and 27 deletions
|
|
@ -8,7 +8,6 @@
|
|||
#include <QSortFilterProxyModel>
|
||||
#include <QStandardItemModel>
|
||||
#include <QVariant>
|
||||
#include "core/core.h"
|
||||
#include "network/network.h"
|
||||
#include "yuzu/multiplayer/chat_room.h"
|
||||
#include "yuzu/multiplayer/validation.h"
|
||||
|
|
@ -18,8 +17,9 @@ class HostRoom;
|
|||
}
|
||||
|
||||
namespace Core {
|
||||
class System;
|
||||
class AnnounceMultiplayerSession;
|
||||
}
|
||||
} // namespace Core
|
||||
|
||||
class ConnectionError;
|
||||
class ComboBoxProxyModel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue