Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CGoGN
CGoGN
Commits
c2deab7f
Commit
c2deab7f
authored
May 29, 2012
by
Sylvain Thery
Browse files
forgotten commiting file
parent
49ca1398
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Utils/Qt/qtcolorschooser.h
View file @
c2deab7f
...
...
@@ -61,12 +61,12 @@ class ColorsChooser: public QtPopUp
{
Q_OBJECT
protected:
std
::
vector
<
Geom
::
Vec3f
*>
m_colors
;
std
::
vector
<
std
::
string
>
m_names
;
int
m_current
;
QListWidget
*
m_list
;
QColorDialog
*
m_diag
;
SimpleQT
*
m_interf
;
std
::
vector
<
Geom
::
Vec3f
*>
m_colors
;
std
::
vector
<
std
::
string
>
m_names
;
int
m_current
;
/**
* Update callback, on color has changed (optional)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment