Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
vite
Commits
e1d922d8
Commit
e1d922d8
authored
Oct 01, 2017
by
CHEVALIER Arthur
Committed by
Mathieu Faverge
Mar 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(qt): Forgot to remove connections of Qt5, they are now automatically done with the ui file !
parent
81025662
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
plugins/MatrixVisualizer/MatrixVisualizer.cpp
plugins/MatrixVisualizer/MatrixVisualizer.cpp
+1
-13
No files found.
plugins/MatrixVisualizer/MatrixVisualizer.cpp
View file @
e1d922d8
...
...
@@ -29,19 +29,7 @@ Matrix_visualizer* Matrix_visualizer::Get()
void
Matrix_visualizer
::
connect_widgets
()
{
#ifdef USE_QT5
QObject
::
connect
(
this
->
tool_button_symbol
,
&
QToolButton
::
clicked
,
this
,
&
on_tool_button_symbol_clicked
);
QObject
::
connect
(
this
->
tool_button_values
,
&
QToolButton
::
clicked
,
this
,
&
on_tool_button_values_clicked
);
QObject
::
connect
(
this
->
tool_button_infos
,
&
QToolButton
::
clicked
,
this
,
&
on_tool_button_infos_clicked
);
QObject
::
connect
(
this
->
tool_button_logs
,
&
QToolButton
::
clicked
,
this
,
&
on_tool_button_logs_clicked
);
#endif
// Automatically done with ui file !
}
Matrix_visualizer
::~
Matrix_visualizer
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment