summaryrefslogtreecommitdiff
path: root/client/macro.h
diff options
context:
space:
mode:
authordeva <deva>2008-06-02 13:03:33 +0000
committerdeva <deva>2008-06-02 13:03:33 +0000
commit322a83c48618b2f58e1014daff6f3956af8070ea (patch)
treeaa6124cd9f13ee2308e28d33175dc31eb1d34984 /client/macro.h
parentf9f04013fca46fa256664bbf1f983c966f253400 (diff)
A large number of small changes in widgets, primarily validation oriented.
Diffstat (limited to 'client/macro.h')
-rw-r--r--client/macro.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/macro.h b/client/macro.h
index f372762..4cd7109 100644
--- a/client/macro.h
+++ b/client/macro.h
@@ -30,7 +30,13 @@
#include <QString>
#include <QObject>
#include <QEvent>
+#include <QLinkedList>
+
+#include "macrowindow.h"
+
+extern QLinkedList< MacroWindow * > macrowindows;
void new_macro(QString course, QString name);
+void cleanup_macros();
#endif/*__PRACRO_MACRO_H__*/