Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KAlarm
Commits
d0e9044d
Commit
d0e9044d
authored
Dec 01, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Q_DECL_OVERRIDE
parent
f7aff13c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/lineedit.h
lib/lineedit.h
+3
-3
No files found.
lib/lineedit.h
View file @
d0e9044d
...
...
@@ -85,9 +85,9 @@ class LineEdit : public KLineEdit
/** Sets the contents of the line edit to be @p str. */
virtual
void
setText
(
const
QString
&
str
);
protected:
virtual
void
focusInEvent
(
QFocusEvent
*
);
virtual
void
dragEnterEvent
(
QDragEnterEvent
*
);
virtual
void
dropEvent
(
QDropEvent
*
);
virtual
void
focusInEvent
(
QFocusEvent
*
)
Q_DECL_OVERRIDE
;
virtual
void
dragEnterEvent
(
QDragEnterEvent
*
)
Q_DECL_OVERRIDE
;
virtual
void
dropEvent
(
QDropEvent
*
)
Q_DECL_OVERRIDE
;
private:
void
init
();
...
...
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