Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
5dfe1202
Commit
5dfe1202
authored
Jun 17, 2012
by
Kurt Hindenburg
Browse files
mark constructor as explicit
parent
27e7edae
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ViewContainerTabBar.h
View file @
5dfe1202
...
...
@@ -34,7 +34,7 @@ class ViewContainerTabBar : public KTabBar
Q_OBJECT
public:
ViewContainerTabBar
(
QWidget
*
parent
);
explicit
ViewContainerTabBar
(
QWidget
*
parent
);
// returns a pixmap image of a tab for use with QDrag
QPixmap
dragDropPixmap
(
int
tab
);
...
...
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