Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
luyikei
VLMC
Commits
447d72d2
Commit
447d72d2
authored
Nov 12, 2009
by
Christophe Courtaut
Browse files
Best default tag import list
parent
f85593c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GUI/TagWidget.cpp
View file @
447d72d2
...
...
@@ -31,7 +31,7 @@ TagWidget::TagWidget( QWidget *parent, int nbButton, QStringList tagList ) :
QWidget
(
parent
),
m_ui
(
new
Ui
::
TagWidget
),
m_nbButton
(
nbButton
),
m_defaultTagList
(
tagList
),
m_currentMedia
(
NULL
)
{
m_ui
->
setupUi
(
this
);
m_defaultTagList
<<
"
Salade"
<<
"Ognon"
<<
"Tomate"
<<
"Mayo"
<<
"Ketchup
"
;
m_defaultTagList
<<
"
OutDoor"
<<
"Hollidays"
<<
"Seaside"
<<
"Sunset"
<<
"Familly
"
;
int
nbRow
=
sqrt
(
nbButton
);
int
x
=
0
;
...
...
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