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
PIM
KAlarm
Commits
b4983e9e
Commit
b4983e9e
authored
Oct 25, 2021
by
David Jarvie
Browse files
Remove debug code
parent
12ba18aa
Pipeline
#91826
failed with stage
in 10 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lib/timespinbox.cpp
View file @
b4983e9e
...
...
@@ -229,7 +229,6 @@ QSize TimeSpinBox::sizeHint() const
{
const
QSize
sz
=
SpinBox2
::
sizeHint
();
const
QFontMetrics
fm
(
font
());
qDebug
()
<<
(
void
*
)
this
<<
"TIMESPINBOX::sizeHint:"
<<
QSize
{
sz
.
width
()
+
fm
.
horizontalAdvance
(
QLatin1Char
(
':'
)),
sz
.
height
()};
return
{
sz
.
width
()
+
fm
.
horizontalAdvance
(
QLatin1Char
(
':'
)),
sz
.
height
()};
}
...
...
@@ -237,7 +236,6 @@ QSize TimeSpinBox::minimumSizeHint() const
{
const
QSize
sz
=
SpinBox2
::
minimumSizeHint
();
const
QFontMetrics
fm
(
font
());
qDebug
()
<<
(
void
*
)
this
<<
"TIMESPINBOX::minimumSizeHint:"
<<
QSize
{
sz
.
width
()
+
fm
.
horizontalAdvance
(
QLatin1Char
(
':'
)),
sz
.
height
()};
return
{
sz
.
width
()
+
fm
.
horizontalAdvance
(
QLatin1Char
(
':'
)),
sz
.
height
()};
}
...
...
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