Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
d9f36d0d
Commit
d9f36d0d
authored
Jul 12, 2011
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ML: fix typo (fix missing vtable)
parent
1280d764
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/gui/qt4/components/playlist/ml_model.cpp
modules/gui/qt4/components/playlist/ml_model.cpp
+1
-1
modules/gui/qt4/components/playlist/ml_model.hpp
modules/gui/qt4/components/playlist/ml_model.hpp
+1
-1
No files found.
modules/gui/qt4/components/playlist/ml_model.cpp
View file @
d9f36d0d
...
@@ -259,7 +259,7 @@ int MLModel::getId( QModelIndex index ) const
...
@@ -259,7 +259,7 @@ int MLModel::getId( QModelIndex index ) const
return
getItem
(
index
)
->
id
();
return
getItem
(
index
)
->
id
();
}
}
QVariant
MLModel
::
data
(
const
QModelIndex
&
index
,
int
role
)
const
QVariant
MLModel
::
data
(
const
QModelIndex
&
index
,
const
int
role
)
const
{
{
if
(
index
.
isValid
()
)
if
(
index
.
isValid
()
)
{
{
...
...
modules/gui/qt4/components/playlist/ml_model.hpp
View file @
d9f36d0d
...
@@ -62,7 +62,7 @@ public:
...
@@ -62,7 +62,7 @@ public:
}
}
virtual
int
getId
(
QModelIndex
index
)
const
;
virtual
int
getId
(
QModelIndex
index
)
const
;
QVariant
data
(
const
QModelIndex
&
idx
,
int
role
=
Qt
::
DisplayRole
)
const
;
QVariant
data
(
const
QModelIndex
&
idx
,
const
int
role
=
Qt
::
DisplayRole
)
const
;
bool
setData
(
const
QModelIndex
&
idx
,
const
QVariant
&
value
,
bool
setData
(
const
QModelIndex
&
idx
,
const
QVariant
&
value
,
int
role
=
Qt
::
EditRole
);
int
role
=
Qt
::
EditRole
);
ml_select_e
columnType
(
int
column
)
const
;
ml_select_e
columnType
(
int
column
)
const
;
...
...
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