diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-21 13:26:38 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-21 13:26:38 +0200 |
commit | 207a70f1cd99e9719a878b9c6b3909302a020e93 (patch) | |
tree | 57292ec9f356ce4bbafd5e45e3305cff0a529a82 /gui | |
parent | 3b5a3500766abd38907824a8b02991708309488e (diff) |
logic/tracker: rename to pipeline
Could use a better name.
Diffstat (limited to 'gui')
-rw-r--r-- | gui/main-window.cpp | 2 | ||||
-rw-r--r-- | gui/main-window.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/main-window.cpp b/gui/main-window.cpp index fbad58e8..40a3dcd5 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -7,7 +7,7 @@ */ #include "main-window.hpp" -#include "logic/tracker.h" +#include "logic/pipeline.hpp" #include "options/options.hpp" #include "opentrack-library-path.h" #include "new_file_dialog.h" diff --git a/gui/main-window.hpp b/gui/main-window.hpp index 3fde4301..b41c1df9 100644 --- a/gui/main-window.hpp +++ b/gui/main-window.hpp @@ -13,7 +13,7 @@ #include "options-dialog.hpp" #include "process_detector.h" #include "logic/main-settings.hpp" -#include "logic/tracker.h" +#include "logic/pipeline.hpp" #include "logic/shortcuts.h" #include "logic/work.hpp" #include "logic/state.hpp" |