Skip to content
Snippets Groups Projects
Commit 56174b26 authored by Ollivier Corentin's avatar Ollivier Corentin
Browse files

Renommage de la fonction de lancement des esclaves pour un nom plus cohérent

parent 4e690b5b
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ void SlavesTab::addPcGroupBox(PCGroupBox *pgb){
groupboxes->addWidget(pgb);
}
void SlavesTab::print_command(){
void SlavesTab::launchSlaves(){
std::stringstream command;
......
......@@ -28,7 +28,7 @@ signals:
public slots:
private slots:
void print_command();
void launchSlaves();
};
#endif // SLAVESTAB_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment