From ded5e8cd771c9affef086b77e25c93b4868f3f29 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 10 Mar 2011 08:45:16 +0000 Subject: Callback based client implementation is now finished. Testing is up. --- client/macrowindow.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'client/macrowindow.h') diff --git a/client/macrowindow.h b/client/macrowindow.h index f57fd05..65fcbf1 100644 --- a/client/macrowindow.h +++ b/client/macrowindow.h @@ -40,19 +40,14 @@ class MacroWindow : public Collapser { Q_OBJECT public: - MacroWindow(NetCom &netcom, QDomNode &xml_doc, QString templ, + MacroWindow(NetCom &netcom, QString templ, bool is_static = false, bool compact = false, QScrollArea *scrollarea = NULL); ~MacroWindow(); - LUA *lua; - void update(QDomNode &xml_doc); - void setActive(bool active); - ResumeWidget *resumewidget; - QString macrotitle; public slots: -- cgit v1.2.3