Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
IAtari
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gontier Antonin
IAtari
Commits
56174b26
Commit
56174b26
authored
5 years ago
by
Ollivier Corentin
Browse files
Options
Downloads
Patches
Plain Diff
Renommage de la fonction de lancement des esclaves pour un nom plus cohérent
parent
4e690b5b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
launcher/slavestab.cpp
+1
-1
1 addition, 1 deletion
launcher/slavestab.cpp
launcher/slavestab.h
+1
-1
1 addition, 1 deletion
launcher/slavestab.h
with
2 additions
and
2 deletions
launcher/slavestab.cpp
+
1
−
1
View file @
56174b26
...
...
@@ -59,7 +59,7 @@ void SlavesTab::addPcGroupBox(PCGroupBox *pgb){
groupboxes
->
addWidget
(
pgb
);
}
void
SlavesTab
::
print_command
(){
void
SlavesTab
::
launchSlaves
(){
std
::
stringstream
command
;
...
...
This diff is collapsed.
Click to expand it.
launcher/slavestab.h
+
1
−
1
View file @
56174b26
...
...
@@ -28,7 +28,7 @@ signals:
public
slots
:
private
slots
:
void
print_command
();
void
launchSlaves
();
};
#endif // SLAVESTAB_H
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