Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Frameworks
KWayland
Commits
baef617f
Commit
baef617f
authored
Jan 03, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing Q_DECL_OVERRIDE
parent
438e287f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/client/plasmawindowmodel.h
src/client/plasmawindowmodel.h
+4
-4
No files found.
src/client/plasmawindowmodel.h
View file @
baef617f
...
...
@@ -108,15 +108,15 @@ public:
explicit
PlasmaWindowModel
(
PlasmaWindowManagement
*
parent
);
virtual
~
PlasmaWindowModel
();
virtual
QHash
<
int
,
QByteArray
>
roleNames
()
const
;
QHash
<
int
,
QByteArray
>
roleNames
()
const
Q_DECL_OVERRIDE
;
virtual
QVariant
data
(
const
QModelIndex
&
index
,
int
role
=
Qt
::
DisplayRole
)
const
;
virtual
int
rowCount
(
const
QModelIndex
&
parent
=
QModelIndex
())
const
;
QVariant
data
(
const
QModelIndex
&
index
,
int
role
=
Qt
::
DisplayRole
)
const
Q_DECL_OVERRIDE
;
int
rowCount
(
const
QModelIndex
&
parent
=
QModelIndex
())
const
Q_DECL_OVERRIDE
;
/**
* Returns an index with internalPointer() pointing to a PlasmaWindow instance.
**/
virtual
QModelIndex
index
(
int
row
,
int
column
=
0
,
const
QModelIndex
&
parent
=
QModelIndex
())
const
;
QModelIndex
index
(
int
row
,
int
column
=
0
,
const
QModelIndex
&
parent
=
QModelIndex
())
const
Q_DECL_OVERRIDE
;
/**
...
...
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