summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/templatelayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets/templatelayout.h')
-rw-r--r--desktop-widgets/templatelayout.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/desktop-widgets/templatelayout.h b/desktop-widgets/templatelayout.h
index 5fab95f44..49aa51613 100644
--- a/desktop-widgets/templatelayout.h
+++ b/desktop-widgets/templatelayout.h
@@ -34,16 +34,8 @@ signals:
void progressUpdated(int value);
};
-class YearInfo {
-public:
+struct YearInfo {
stats_t *year;
- YearInfo(stats_t& year)
- :year(&year)
- {
-
- }
- YearInfo();
- ~YearInfo();
};
Q_DECLARE_METATYPE(template_options)