Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
RobotAPI
Commits
45a248b6
Commit
45a248b6
authored
1 year ago
by
Peter Albrecht
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Remove redundant const"
This reverts commit
51d34546
.
parent
51d34546
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!426
Skill Gui QOL
Pipeline
#17682
passed
1 year ago
Stage: build-and-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/libraries/skills_gui/skill_details/ProfileMenuWidget.h
+5
-5
5 additions, 5 deletions
...PI/libraries/skills_gui/skill_details/ProfileMenuWidget.h
with
5 additions
and
5 deletions
source/RobotAPI/libraries/skills_gui/skill_details/ProfileMenuWidget.h
+
5
−
5
View file @
45a248b6
...
@@ -13,11 +13,11 @@ namespace armarx::skills::gui
...
@@ -13,11 +13,11 @@ namespace armarx::skills::gui
{
{
Q_OBJECT
Q_OBJECT
public:
public:
static
constexpr
char
*
SET_ARGS_BUTTON_TEXT
=
"Set Args from Clipboard"
;
static
const
constexpr
char
*
SET_ARGS_BUTTON_TEXT
=
"Set Args from Clipboard"
;
static
constexpr
char
*
COPY_ARGS_BUTTON_TEXT
=
" Copy Args to Clipboard"
;
static
const
constexpr
char
*
COPY_ARGS_BUTTON_TEXT
=
" Copy Args to Clipboard"
;
static
constexpr
char
*
RESET_ARGS_BUTTON_TEXT
=
" Reset Args to Profile"
;
static
const
constexpr
char
*
RESET_ARGS_BUTTON_TEXT
=
" Reset Args to Profile"
;
static
constexpr
char
*
DEFAULT_PROFILE_TEXT
=
"<No Profile selected. Using root>"
;
static
const
constexpr
char
*
DEFAULT_PROFILE_TEXT
=
"<No Profile selected. Using root>"
;
static
constexpr
char
*
PROFILE_NOT_IMPLEMENTED
=
static
const
constexpr
char
*
PROFILE_NOT_IMPLEMENTED
=
"Profiles other than the root profile are currently not supported."
;
"Profiles other than the root profile are currently not supported."
;
// contents are public, as this class is just a convenience wrapper
// contents are public, as this class is just a convenience wrapper
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment