diff options
Diffstat (limited to 'templatelayout.h')
-rw-r--r-- | templatelayout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templatelayout.h b/templatelayout.h index db2fb30d3..d8ada1c86 100644 --- a/templatelayout.h +++ b/templatelayout.h @@ -4,6 +4,8 @@ #include <grantlee_templates.h> #include "mainwindow.h" +int getTotalWork(); + class TemplateLayout : public QObject { Q_OBJECT public: @@ -13,7 +15,6 @@ public: private: Grantlee::Engine *m_engine; - int getTotalWork(); signals: void progressUpdated(int value); |