userlists --> account (#4139)

This commit is contained in:
tooomm 2020-10-12 23:18:11 +02:00 committed by GitHub
parent 752ba7d905
commit 5df069ab19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 12 deletions

View file

@ -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

View file

@ -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"

View file

@ -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>

View file

@ -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>

View file

@ -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"

View file

@ -1,4 +1,4 @@
#include "tab_userlists.h"
#include "tab_account.h"
#include "abstractclient.h"
#include "customlineedit.h"

View file

@ -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"

View file

@ -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>

View file

@ -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>

View file

@ -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"

View file

@ -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>