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
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
d21cf4a2
Commit
d21cf4a2
authored
Mar 16, 2013
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
96deda59
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/qt4gui/controlPanel/WQtColormapper.cpp
src/qt4gui/controlPanel/WQtColormapper.cpp
+2
-1
No files found.
src/qt4gui/controlPanel/WQtColormapper.cpp
View file @
d21cf4a2
...
...
@@ -74,7 +74,8 @@ WQtColormapper::WQtColormapper( QWidget* parent )
QAction
*
upAction
=
new
QAction
(
WQt4Gui
::
getMainWindow
()
->
getIconManager
()
->
getIcon
(
"go-up"
),
"Move selected colormap up."
,
this
);
connect
(
upAction
,
SIGNAL
(
triggered
()
),
this
,
SLOT
(
moveItemUp
()
)
);
QAction
*
bottomAction
=
new
QAction
(
WQt4Gui
::
getMainWindow
()
->
getIconManager
()
->
getIcon
(
"go-bottom"
),
"Move selected colormap to the bottom."
,
this
);
QAction
*
bottomAction
=
new
QAction
(
WQt4Gui
::
getMainWindow
()
->
getIconManager
()
->
getIcon
(
"go-bottom"
),
"Move selected colormap to the bottom."
,
this
);
connect
(
bottomAction
,
SIGNAL
(
triggered
()
),
this
,
SLOT
(
moveItemBottom
()
)
);
QAction
*
topAction
=
new
QAction
(
WQt4Gui
::
getMainWindow
()
->
getIconManager
()
->
getIcon
(
"go-top"
),
"Move selected colormap to the top."
,
this
);
...
...
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