From cb33be1c50b68d6022f344ddac923c7aac3a11d5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 17 Aug 2016 21:28:45 +0200 Subject: move options framework into its own library - adjust usages - add support for QList signals and metatype --- gui/main-window.cpp | 2 +- gui/main-window.hpp | 2 +- gui/main.cpp | 2 +- gui/new_file_dialog.h | 2 +- gui/process_detector.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'gui') diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 2f856b11..9cad0ef4 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -8,7 +8,7 @@ #include "main-window.hpp" #include "logic/tracker.h" -#include "compat/options.hpp" +#include "options/options.hpp" #include "opentrack-library-path.h" #include "new_file_dialog.h" #include diff --git a/gui/main-window.hpp b/gui/main-window.hpp index 42e8425c..a74575c9 100644 --- a/gui/main-window.hpp +++ b/gui/main-window.hpp @@ -17,7 +17,7 @@ #include "logic/shortcuts.h" #include "logic/work.hpp" #include "logic/state.hpp" -#include "compat/options.hpp" +#include "options/options.hpp" #include #include diff --git a/gui/main.cpp b/gui/main.cpp index 43fd4539..fd41cbd3 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -9,7 +9,7 @@ #endif #include "main-window.hpp" -#include "compat/options.hpp" +#include "options/options.hpp" #include "compat/win32-com.hpp" using namespace options; #include diff --git a/gui/new_file_dialog.h b/gui/new_file_dialog.h index 8cb971c3..6ba3ede3 100644 --- a/gui/new_file_dialog.h +++ b/gui/new_file_dialog.h @@ -1,7 +1,7 @@ #pragma once #include "ui_new_config.h" -#include "compat/options.hpp" +#include "options/options.hpp" #include #include #include diff --git a/gui/process_detector.h b/gui/process_detector.h index e081fa27..a659c178 100644 --- a/gui/process_detector.h +++ b/gui/process_detector.h @@ -13,7 +13,7 @@ #include #include -#include "compat/options.hpp" +#include "options/options.hpp" using namespace options; class FancyTable : public QTableWidget -- cgit v1.2.3