Skip to content

Commit

Permalink
Renamed GUIGlobalPostDrawing to GUIGlobalObjectsInPosition. Refs #13894
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Dec 19, 2023
1 parent 32609b0 commit e0f2b4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/utils/gui/div/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ set(utils_gui_div_STAT_SRCS
GUIGeometry.cpp
GUIDottedGeometry.h
GUIDottedGeometry.cpp
GUIGlobalPostDrawing.h
GUIGlobalPostDrawing.cpp
GUIGlobalObjectsInPosition.h
GUIGlobalObjectsInPosition.cpp
GUIPersistentWindowPos.h
GUIPersistentWindowPos.cpp
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
// https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
/****************************************************************************/
/// @file GUIGlobalPostDrawing.cpp
/// @file GUIGlobalObjectsInPosition.cpp
/// @author Pablo Alvarez Lopez
/// @date Jun 2022
///
// A global holder for postDrawing
/****************************************************************************/
#include <config.h>

#include "GUIGlobalPostDrawing.h"
#include "GUIGlobalObjectsInPosition.h"

// ===========================================================================
// global variables definitions
// ===========================================================================

GUIPostDrawing gPostDrawing;
GUIObjectsInPosition gObjectsInPosition;

/****************************************************************************/
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
/****************************************************************************/
/// @file GUIGlobalPostDrawing.h
/// @file GUIGlobalObjectsInPosition.h
/// @author Pablo Alvarez Lopez
/// @date Jun 2022
///
Expand All @@ -20,11 +20,11 @@
#pragma once
#include <config.h>

#include <utils/gui/settings/GUIPostDrawing.h>
#include <utils/gui/settings/GUIObjectsInPosition.h>


// ===========================================================================
// global variable declarations
// ===========================================================================

extern GUIPostDrawing gPostDrawing;
extern GUIObjectsInPosition gObjectsInPosition;

0 comments on commit e0f2b4b

Please sign in to comment.