chore: rename lib/gui/diagnostic => lib/gui/Diagnostic
This commit is contained in:
committed by
Chris Rizzitello
parent
bfd4bbd8f4
commit
516e612282
@ -17,9 +17,9 @@
|
||||
#include "base/String.h"
|
||||
#include "common/Settings.h"
|
||||
#include "gui/Constants.h"
|
||||
#include "gui/Diagnostic.h"
|
||||
#include "gui/Logger.h"
|
||||
#include "gui/core/CoreProcess.h"
|
||||
#include "gui/diagnostic.h"
|
||||
#include "gui/ipc/DaemonIpcClient.h"
|
||||
#include "gui/messages.h"
|
||||
#include "gui/string_utils.h"
|
||||
|
||||
@ -9,8 +9,8 @@
|
||||
#include "MainWindow.h"
|
||||
#include "common/constants.h"
|
||||
#include "gui/Constants.h"
|
||||
#include "gui/Diagnostic.h"
|
||||
#include "gui/Logger.h"
|
||||
#include "gui/diagnostic.h"
|
||||
#include "gui/dotenv.h"
|
||||
#include "gui/messages.h"
|
||||
#include "gui/string_utils.h"
|
||||
|
||||
@ -16,8 +16,8 @@ endif()
|
||||
add_library(${target} STATIC
|
||||
${platform_sources}
|
||||
Constants.h
|
||||
diagnostic.cpp
|
||||
diagnostic.h
|
||||
Diagnostic.cpp
|
||||
Diagnostic.h
|
||||
dotenv.cpp
|
||||
dotenv.h
|
||||
env_vars.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
|
||||
*/
|
||||
|
||||
#include "diagnostic.h"
|
||||
#include "Diagnostic.h"
|
||||
|
||||
#include "common/Settings.h"
|
||||
|
||||
Reference in New Issue
Block a user