summaryrefslogtreecommitdiff
path: root/client/macrodrawer.h
diff options
context:
space:
mode:
authordeva <deva>2011-03-10 08:45:16 +0000
committerdeva <deva>2011-03-10 08:45:16 +0000
commitded5e8cd771c9affef086b77e25c93b4868f3f29 (patch)
tree537bec9b557ca9bd2ba6e5429434fdc0250f1e8d /client/macrodrawer.h
parentd8a34adcc1a69a2b77881a6e504d0f0ad896eb3a (diff)
Callback based client implementation is now finished. Testing is up.
Diffstat (limited to 'client/macrodrawer.h')
-rw-r--r--client/macrodrawer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/macrodrawer.h b/client/macrodrawer.h
index 18d16d7..9cebebc 100644
--- a/client/macrodrawer.h
+++ b/client/macrodrawer.h
@@ -35,7 +35,7 @@ class Macro;
class MacroDrawer : public QGroupBox {
Q_OBJECT
public:
- MacroDrawer(Macro *macro, QString title, QWidget *edge);
+ MacroDrawer(Macro *macro, QString title);
protected:
bool eventFilter(QObject *obj, QEvent *event);