summaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-09-07 10:28:47 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-09-07 10:28:47 +0200
commitdb3b3fed726527600aa37f3310de13439571f04d (patch)
treec81e33870b86dc9c15539a44bdb03a02346af485 /client/mainwindow.h
parent6d586584f530035b46dfedf88c30c719c8cc0dbd (diff)
Disable all macro entities when commit/nocommit/discard has been pressed, until an answer has been received.
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r--client/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h
index ad96154..70519b3 100644
--- a/client/mainwindow.h
+++ b/client/mainwindow.h
@@ -65,6 +65,7 @@ public slots:
void setTemplate(QString name);
private:
+ void enableEntities(bool enable);
void updateTemplates(QDomNodeList &nodes);
void updateMacros(QDomNodeList &nodes);
void updateTemplateHeaders(QDomNode &templatenode);