summaryrefslogtreecommitdiff
path: root/client/macro.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/macro.cc')
-rw-r--r--client/macro.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/macro.cc b/client/macro.cc
index 5e3b83d..3beb93d 100644
--- a/client/macro.cc
+++ b/client/macro.cc
@@ -67,10 +67,11 @@ void create_macro(QString name)
}
// Initiate the macro builder with the xml document
- Builder *builder = new Builder(&xml_doc);
+ new Builder(&xml_doc);
+ //Builder *builder = new Builder(&xml_doc);
}
-bool MyEventHandler::eventFilter( QObject *o, QEvent *e )
+bool MyEventHandler::eventFilter( QObject *, QEvent *e )
{
if ( e->type() == MY_EVENT_ID ) {