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
Office
Skrooge
Commits
e1af19f5
Commit
e1af19f5
authored
Apr 09, 2020
by
Stephane Mankowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove warning
parent
2a8b4294
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp
plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp
+1
-1
No files found.
plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp
View file @
e1af19f5
...
@@ -196,7 +196,7 @@ SKGBudgetPluginWidget::SKGBudgetPluginWidget(QWidget* iParent, SKGDocument* iDoc
...
@@ -196,7 +196,7 @@ SKGBudgetPluginWidget::SKGBudgetPluginWidget(QWidget* iParent, SKGDocument* iDoc
connect
(
ui
.
kUpBtn
,
&
QToolButton
::
clicked
,
this
,
&
SKGBudgetPluginWidget
::
onUp
);
connect
(
ui
.
kUpBtn
,
&
QToolButton
::
clicked
,
this
,
&
SKGBudgetPluginWidget
::
onUp
);
connect
(
ui
.
kDownBtn
,
&
QToolButton
::
clicked
,
this
,
&
SKGBudgetPluginWidget
::
onDown
);
connect
(
ui
.
kDownBtn
,
&
QToolButton
::
clicked
,
this
,
&
SKGBudgetPluginWidget
::
onDown
);
connect
(
ui
.
kBottomBtn
,
&
QToolButton
::
clicked
,
this
,
&
SKGBudgetPluginWidget
::
onBottom
);
connect
(
ui
.
kBottomBtn
,
&
QToolButton
::
clicked
,
this
,
&
SKGBudgetPluginWidget
::
onBottom
);
connect
(
ui
.
kYearAuto
,
static_cast
<
void
(
QSpinBox
::*
)(
const
QString
&
)
>
(
&
QSpinBox
::
value
Changed
)
,
this
,
[
=
](
const
QString
&
text
)
{
connect
(
ui
.
kYearAuto
,
&
QSpinBox
::
text
Changed
,
this
,
[
=
](
const
QString
&
text
)
{
ui
.
kRemovePrevious
->
setText
(
i18nc
(
"Option"
,
"Remove existing budgets for %1"
,
text
));
ui
.
kRemovePrevious
->
setText
(
i18nc
(
"Option"
,
"Remove existing budgets for %1"
,
text
));
});
});
ui
.
kYearAuto
->
setValue
(
QDate
::
currentDate
().
year
());
ui
.
kYearAuto
->
setValue
(
QDate
::
currentDate
().
year
());
...
...
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