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
PIM
KAddressBook
Commits
11b4bead
Commit
11b4bead
authored
Feb 11, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Q_DECL_OVERRIDE/Q_NULLPTR
parent
d71120df
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
kaddressbookpart.h
kaddressbookpart.h
+2
-2
quicksearchwidget.h
quicksearchwidget.h
+1
-1
xxport/csv/csvimportdialog.h
xxport/csv/csvimportdialog.h
+1
-1
xxport/csv/qcsvmodel.h
xxport/csv/qcsvmodel.h
+1
-1
No files found.
kaddressbookpart.h
View file @
11b4bead
...
...
@@ -41,8 +41,8 @@ public Q_SLOTS:
void
updateQuickSearchText
();
protected:
virtual
bool
openFile
()
Q_DECL_OVERRIDE
;
virtual
void
guiActivateEvent
(
KParts
::
GUIActivateEvent
*
)
Q_DECL_OVERRIDE
;
bool
openFile
()
Q_DECL_OVERRIDE
;
void
guiActivateEvent
(
KParts
::
GUIActivateEvent
*
)
Q_DECL_OVERRIDE
;
void
initAction
();
private:
MainWidget
*
mMainWidget
;
...
...
quicksearchwidget.h
View file @
11b4bead
...
...
@@ -56,7 +56,7 @@ public:
/**
* Returns the size hint of the quick search widget.
*/
virtual
QSize
sizeHint
()
const
Q_DECL_OVERRIDE
;
QSize
sizeHint
()
const
Q_DECL_OVERRIDE
;
void
updateQuickSearchText
(
const
QString
&
text
);
...
...
xxport/csv/csvimportdialog.h
View file @
11b4bead
...
...
@@ -48,7 +48,7 @@ public:
KContacts
::
AddresseeList
contacts
()
const
;
protected
Q_SLOTS
:
virtual
void
slotButtonClicked
(
int
)
Q_DECL_OVERRIDE
;
void
slotButtonClicked
(
int
)
Q_DECL_OVERRIDE
;
private
Q_SLOTS
:
void
setFile
(
const
QString
&
);
...
...
xxport/csv/qcsvmodel.h
View file @
11b4bead
...
...
@@ -109,7 +109,7 @@ public:
/**
* Inherited from QAbstractTableModel.
*/
virtual
bool
setData
(
const
QModelIndex
&
index
,
const
QVariant
&
data
,
int
role
=
Qt
::
EditRole
)
Q_DECL_OVERRIDE
;
bool
setData
(
const
QModelIndex
&
index
,
const
QVariant
&
data
,
int
role
=
Qt
::
EditRole
)
Q_DECL_OVERRIDE
;
/**
* Inherited from QAbstractTableModel.
...
...
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