diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-28 16:56:28 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-28 16:56:28 +0100 |
commit | 885f185f55249a2e97e9c7c238f89a5d0d99d1df (patch) | |
tree | 5c597d61d1d2e3d9044443539873c50fea8d9a19 /common/genericresource.h | |
parent | 9fe1d50d7ace50f1f7efc66412dff006f20a2062 (diff) | |
download | sink-885f185f55249a2e97e9c7c238f89a5d0d99d1df.tar.gz sink-885f185f55249a2e97e9c7c238f89a5d0d99d1df.zip |
Move the commandprocessor to a separate file.
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index a3a58b9..12f15f3 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -28,12 +28,11 @@ | |||
28 | 28 | ||
29 | #include <QTimer> | 29 | #include <QTimer> |
30 | 30 | ||
31 | class CommandProcessor; | ||
32 | |||
33 | namespace Sink { | 31 | namespace Sink { |
34 | class Pipeline; | 32 | class Pipeline; |
35 | class Preprocessor; | 33 | class Preprocessor; |
36 | class Synchronizer; | 34 | class Synchronizer; |
35 | class CommandProcessor; | ||
37 | 36 | ||
38 | /** | 37 | /** |
39 | * Generic Resource implementation. | 38 | * Generic Resource implementation. |