Mercurial > hg > svcore
comparison base/Command.h @ 689:573d45e9487b
Merge from debug-output branch
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 14:47:59 +0100 |
parents | b4a8d8221eaf |
children | c01cbe41aeb5 |
comparison
equal
deleted
inserted
replaced
688:be43b2fe68e8 | 689:573d45e9487b |
---|---|
17 #define _COMMAND_H_ | 17 #define _COMMAND_H_ |
18 | 18 |
19 #include <QObject> | 19 #include <QObject> |
20 #include <QString> | 20 #include <QString> |
21 #include <vector> | 21 #include <vector> |
22 | |
23 #include "Debug.h" | |
22 | 24 |
23 class Command | 25 class Command |
24 { | 26 { |
25 public: | 27 public: |
26 virtual ~Command() { } | 28 virtual ~Command() { } |