summaryrefslogtreecommitdiffstats
path: root/templatelayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'templatelayout.h')
-rw-r--r--templatelayout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/templatelayout.h b/templatelayout.h
index 763473796..db2fb30d3 100644
--- a/templatelayout.h
+++ b/templatelayout.h
@@ -13,6 +13,10 @@ public:
private:
Grantlee::Engine *m_engine;
+ int getTotalWork();
+
+signals:
+ void progressUpdated(int value);
};
class Dive {