From 0405c82cb271e4d036b5664ab3a9ee432c517163 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 2 Nov 2020 01:03:08 +0100 Subject: [PATCH] File name cleanup (#4154) --- cockatrice/CMakeLists.txt | 2 +- cockatrice/src/{window_sets.cpp => dlg_manage_sets.cpp} | 2 +- cockatrice/src/{window_sets.h => dlg_manage_sets.h} | 4 ++-- cockatrice/src/tab_game.cpp | 2 +- cockatrice/src/tab_logs.cpp | 2 +- cockatrice/src/window_main.cpp | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename cockatrice/src/{window_sets.cpp => dlg_manage_sets.cpp} (99%) rename cockatrice/src/{window_sets.h => dlg_manage_sets.h} (97%) diff --git a/cockatrice/CMakeLists.txt b/cockatrice/CMakeLists.txt index 2f9ae946..b1d21378 100644 --- a/cockatrice/CMakeLists.txt +++ b/cockatrice/CMakeLists.txt @@ -18,6 +18,7 @@ SET(cockatrice_SOURCES src/dlg_forgotpasswordrequest.cpp src/dlg_forgotpasswordreset.cpp src/dlg_forgotpasswordchallenge.cpp + src/dlg_manage_sets.cpp src/dlg_register.cpp src/dlg_tip_of_the_day.cpp src/tip_of_the_day.cpp @@ -62,7 +63,6 @@ SET(cockatrice_SOURCES src/carddragitem.cpp src/carddatabasemodel.cpp src/setsmodel.cpp - src/window_sets.cpp src/abstractgraphicsitem.cpp src/abstractcarddragitem.cpp src/dlg_settings.cpp diff --git a/cockatrice/src/window_sets.cpp b/cockatrice/src/dlg_manage_sets.cpp similarity index 99% rename from cockatrice/src/window_sets.cpp rename to cockatrice/src/dlg_manage_sets.cpp index 02898c8b..397aa32b 100644 --- a/cockatrice/src/window_sets.cpp +++ b/cockatrice/src/dlg_manage_sets.cpp @@ -1,4 +1,4 @@ -#include "window_sets.h" +#include "dlg_manage_sets.h" #include "customlineedit.h" #include "main.h" diff --git a/cockatrice/src/window_sets.h b/cockatrice/src/dlg_manage_sets.h similarity index 97% rename from cockatrice/src/window_sets.h rename to cockatrice/src/dlg_manage_sets.h index c9dd7f5e..6e932b30 100644 --- a/cockatrice/src/window_sets.h +++ b/cockatrice/src/dlg_manage_sets.h @@ -1,5 +1,5 @@ -#ifndef WINDOW_SETS_H -#define WINDOW_SETS_H +#ifndef DLG_MANAGE_SETS_H +#define DLG_MANAGE_SETS_H #include #include diff --git a/cockatrice/src/tab_game.cpp b/cockatrice/src/tab_game.cpp index 5b503d96..c9660240 100644 --- a/cockatrice/src/tab_game.cpp +++ b/cockatrice/src/tab_game.cpp @@ -9,6 +9,7 @@ #include "deckview.h" #include "dlg_creategame.h" #include "dlg_load_remote_deck.h" +#include "dlg_manage_sets.h" #include "gamescene.h" #include "gameview.h" #include "get_pb_extension.h" @@ -52,7 +53,6 @@ #include "replay_timeline_widget.h" #include "settingscache.h" #include "tab_supervisor.h" -#include "window_sets.h" #include "zoneviewwidget.h" #include "zoneviewzone.h" diff --git a/cockatrice/src/tab_logs.cpp b/cockatrice/src/tab_logs.cpp index 2960f91d..5c318cf9 100644 --- a/cockatrice/src/tab_logs.cpp +++ b/cockatrice/src/tab_logs.cpp @@ -2,10 +2,10 @@ #include "abstractclient.h" #include "customlineedit.h" +#include "dlg_manage_sets.h" #include "pb/moderator_commands.pb.h" #include "pb/response_viewlog_history.pb.h" #include "pending_command.h" -#include "window_sets.h" #include #include diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp index 88779d87..f9feb7e2 100644 --- a/cockatrice/src/window_main.cpp +++ b/cockatrice/src/window_main.cpp @@ -25,6 +25,7 @@ #include "dlg_forgotpasswordchallenge.h" #include "dlg_forgotpasswordrequest.h" #include "dlg_forgotpasswordreset.h" +#include "dlg_manage_sets.h" #include "dlg_register.h" #include "dlg_settings.h" #include "dlg_tip_of_the_day.h" @@ -44,7 +45,6 @@ #include "tab_game.h" #include "tab_supervisor.h" #include "version_string.h" -#include "window_sets.h" #include #include