userlists --> account (#4139)
This commit is contained in:
parent
752ba7d905
commit
5df069ab19
11 changed files with 12 additions and 12 deletions
|
@ -79,7 +79,7 @@ SET(cockatrice_SOURCES
|
|||
src/tab_replays.cpp
|
||||
src/tab_supervisor.cpp
|
||||
src/tab_admin.cpp
|
||||
src/tab_userlists.cpp
|
||||
src/tab_account.cpp
|
||||
src/tab_deck_editor.cpp
|
||||
src/tab_logs.cpp
|
||||
src/replay_timeline_widget.cpp
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "../pixmapgenerator.h"
|
||||
#include "../settingscache.h"
|
||||
#include "../soundengine.h"
|
||||
#include "../tab_userlists.h"
|
||||
#include "../tab_account.h"
|
||||
#include "../user_context_menu.h"
|
||||
#include "user_level.h"
|
||||
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
#include "pb/room_commands.pb.h"
|
||||
#include "pb/serverinfo_game.pb.h"
|
||||
#include "pending_command.h"
|
||||
#include "tab_account.h"
|
||||
#include "tab_room.h"
|
||||
#include "tab_supervisor.h"
|
||||
#include "tab_userlists.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QCheckBox>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "pb/serverinfo_game.pb.h"
|
||||
#include "pixmapgenerator.h"
|
||||
#include "settingscache.h"
|
||||
#include "tab_userlists.h"
|
||||
#include "tab_account.h"
|
||||
#include "userlist.h"
|
||||
|
||||
#include <QDateTime>
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
#include "pb/serverinfo_playerproperties.pb.h"
|
||||
#include "pb/session_commands.pb.h"
|
||||
#include "pixmapgenerator.h"
|
||||
#include "tab_account.h"
|
||||
#include "tab_game.h"
|
||||
#include "tab_supervisor.h"
|
||||
#include "tab_userlists.h"
|
||||
#include "user_context_menu.h"
|
||||
#include "userlist.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "tab_userlists.h"
|
||||
#include "tab_account.h"
|
||||
|
||||
#include "abstractclient.h"
|
||||
#include "customlineedit.h"
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef TAB_USERLISTS_H
|
||||
#define TAB_USERLISTS_H
|
||||
#ifndef TAB_ACCOUNT_H
|
||||
#define TAB_ACCOUNT_H
|
||||
|
||||
#include "pb/serverinfo_user.pb.h"
|
||||
#include "tab.h"
|
|
@ -14,8 +14,8 @@
|
|||
#include "pb/serverinfo_room.pb.h"
|
||||
#include "pending_command.h"
|
||||
#include "settingscache.h"
|
||||
#include "tab_account.h"
|
||||
#include "tab_supervisor.h"
|
||||
#include "tab_userlists.h"
|
||||
#include "userlist.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include "pb/serverinfo_user.pb.h"
|
||||
#include "pixmapgenerator.h"
|
||||
#include "settingscache.h"
|
||||
#include "tab_account.h"
|
||||
#include "tab_admin.h"
|
||||
#include "tab_deck_editor.h"
|
||||
#include "tab_deck_storage.h"
|
||||
|
@ -22,7 +23,6 @@
|
|||
#include "tab_replays.h"
|
||||
#include "tab_room.h"
|
||||
#include "tab_server.h"
|
||||
#include "tab_userlists.h"
|
||||
#include "userlist.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
#include "pb/response_warn_list.pb.h"
|
||||
#include "pb/session_commands.pb.h"
|
||||
#include "pending_command.h"
|
||||
#include "tab_account.h"
|
||||
#include "tab_game.h"
|
||||
#include "tab_supervisor.h"
|
||||
#include "tab_userlists.h"
|
||||
#include "userinfobox.h"
|
||||
#include "userlist.h"
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
#include "pb/session_commands.pb.h"
|
||||
#include "pending_command.h"
|
||||
#include "pixmapgenerator.h"
|
||||
#include "tab_account.h"
|
||||
#include "tab_supervisor.h"
|
||||
#include "tab_userlists.h"
|
||||
#include "user_context_menu.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
|
Loading…
Reference in a new issue