Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
[GUI] Removed unused connections
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Apr 22, 2017
1 parent 7083474 commit c911cde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GUI/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,6 @@ void MainWindow::setupConnections(void)
QObject::connect(mMainUi->actionConnect, SIGNAL(triggered()), this, SLOT(connectMtl()));
QObject::connect(mMainUi->actionDisconnect, SIGNAL(triggered()), this, SLOT(disconnectMtl()));
QObject::connect(mMainUi->actionUpdate, SIGNAL(triggered()), this, SLOT(showUpdateDialog()));
QObject::connect(mMainUi->actionImport, SIGNAL(triggered()), this, SLOT(importHrc()));
QObject::connect(mMainUi->actionExport, SIGNAL(triggered()), this, SLOT(exportHrc()));
QObject::connect(mMainUi->actionEnglish, SIGNAL(triggered()), this, SLOT(setLanguageEnglish()));
QObject::connect(mMainUi->actionFran_ais, SIGNAL(triggered()), this, SLOT(setLanguageFrench()));
QObject::connect(mMainUi->actionShowHelpIndex, SIGNAL(triggered()), this, SLOT(showHelp()));
Expand Down

0 comments on commit c911cde

Please sign in to comment.