[office/kmymoney] kmymoney/plugins/views/reports: FIx another SFINAE error reported by CI/CD system
Thomas Baumgart <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 112f1f59be706354c51c55a09ff3056dda72601e by Thomas Baumgart.
Committed on 10/08/2026 at 09:20.
Pushed by tbaumgart into branch 'master'.
FIx another SFINAE error reported by CI/CD system
M +0 -1 kmymoney/plugins/views/reports/kbalancechartdlg.cpp
M +3 -1 kmymoney/plugins/views/reports/kbalancechartdlg.h
https://invent.kde.org/office/kmymoney/-/commit/112f1f59be706354c51c55a09ff3056dda72601e
diff --git a/kmymoney/plugins/views/reports/kbalancechartdlg.cpp b/kmymoney/plugins/views/reports/kbalancechartdlg.cpp
index a55dab6c0..efb67bea8 100644
--- a/kmymoney/plugins/views/reports/kbalancechartdlg.cpp
+++ b/kmymoney/plugins/views/reports/kbalancechartdlg.cpp
@@ -35,7 +35,6 @@
#include "mymoneyenums.h"
#include "mymoneyexception.h"
#include "mymoneyfile.h"
-#include "mymoneyreport.h"
#include "mymoneyutils.h"
#include "pivottable.h"
#include "reporttabimpl.h"
diff --git a/kmymoney/plugins/views/reports/kbalancechartdlg.h b/kmymoney/plugins/views/reports/kbalancechartdlg.h
index eb51a131c..c95545ca8 100644
--- a/kmymoney/plugins/views/reports/kbalancechartdlg.h
+++ b/kmymoney/plugins/views/reports/kbalancechartdlg.h
@@ -17,11 +17,13 @@
// ----------------------------------------------------------------------------
// Project Includes
+
+#include "mymoneyreport.h"
+
namespace reports {
class KReportChartView;
}
class MyMoneyAccount;
-class MyMoneyReport;
class BalanceChartView;
/**