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
Education
Kiten
Commits
d55122d9
Commit
d55122d9
authored
Jan 30, 2021
by
Frédéric Brière
Committed by
Albert Astals Cid
Jan 31, 2021
Browse files
Fix a few places where ctor args were not passed to the base class
parent
e636d684
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/configdictionaryselector.cpp
View file @
d55122d9
...
...
@@ -16,6 +16,7 @@
ConfigDictionarySelector
::
ConfigDictionarySelector
(
const
QString
&
dictionaryName
,
QWidget
*
parent
,
KConfigSkeleton
*
config
,
Qt
::
WindowFlags
f
)
:
QWidget
(
parent
,
f
)
{
setupUi
(
this
);
_dictName
=
dictionaryName
;
...
...
app/entrylistview.cpp
View file @
d55122d9
...
...
@@ -18,6 +18,7 @@
#define READINGRATIO 0.2
EntryListView
::
EntryListView
(
QWidget
*
parent
)
:
QTableView
(
parent
)
{
horizontalHeader
()
->
setStretchLastSection
(
true
);
}
...
...
Write
Preview
Supports
Markdown
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