diff --git a/kmymoney/mymoney/mymoneyreport.h b/kmymoney/mymoney/mymoneyreport.h --- a/kmymoney/mymoney/mymoneyreport.h +++ b/kmymoney/mymoney/mymoneyreport.h @@ -72,6 +72,12 @@ class Report { public: enum Type { NoReport = 0, PivotTable, QueryTable, InfoTable }; + /** + * Return report type as string. + * + * @param type report type to get string for + * @return report type converted to string + */ static QString toString(Type type); static const Type kTypeArray[]; }; @@ -512,14 +518,6 @@ */ static void setLineWidth(int width); - /** - * Return report type as string. - * - * @param type report type to get string for - * @return report type converted to string - */ - static QString toString(MyMoneyReport::Report::Type type); - private: /** * The user-assigned name of the report