diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-09 19:47:50 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-09 19:47:50 +0530 |
| commit | 61f99089288138989cf244d174882aa5088b738b (patch) | |
| tree | ea1202b098b92e85b16e670d1c3ea1b86fcaef58 /spec | |
| parent | 1e2302be2b47fbeb340db7482ed8476c829a7f66 (diff) | |
| download | null-browser-61f99089288138989cf244d174882aa5088b738b.tar.gz null-browser-61f99089288138989cf244d174882aa5088b738b.zip | |
Refactor directory structure
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/BrowserManagerSpec.cpp | 4 | ||||
| -rw-r--r-- | spec/CommandInputSpec.cpp | 4 | ||||
| -rw-r--r-- | spec/main.cpp | 2 | ||||
| -rw-r--r-- | spec/testUtils.cpp (renamed from spec/TestUtils.cpp) | 0 | ||||
| -rw-r--r-- | spec/testUtils.h (renamed from spec/TestUtils.h) | 0 |
5 files changed, 5 insertions, 5 deletions
diff --git a/spec/BrowserManagerSpec.cpp b/spec/BrowserManagerSpec.cpp index f4af481..efa1ca3 100644 --- a/spec/BrowserManagerSpec.cpp +++ b/spec/BrowserManagerSpec.cpp @@ -2,8 +2,8 @@ #include <QWebEngineProfile> #include <vector> -#include "BrowserManager.hpp" -#include "TestUtils.h" +#include "testUtils.h" +#include "widgets/BrowserManager.hpp" class BrowserManagerSpec : public QObject { Q_OBJECT diff --git a/spec/CommandInputSpec.cpp b/spec/CommandInputSpec.cpp index 5636a63..e687f70 100644 --- a/spec/CommandInputSpec.cpp +++ b/spec/CommandInputSpec.cpp @@ -1,6 +1,6 @@ -#include "TestUtils.h" +#include "testUtils.h" -#include "CommandInput.hpp" +#include "widgets/CommandInput.hpp" class CommandInputSpec : public QObject { Q_OBJECT diff --git a/spec/main.cpp b/spec/main.cpp index c085886..352ecba 100644 --- a/spec/main.cpp +++ b/spec/main.cpp @@ -1,4 +1,4 @@ -#include "TestUtils.h" +#include "testUtils.h" #include <QtWidgets/qapplication.h> int main(int argc, char **argv) { diff --git a/spec/TestUtils.cpp b/spec/testUtils.cpp index e496a9b..e496a9b 100644 --- a/spec/TestUtils.cpp +++ b/spec/testUtils.cpp diff --git a/spec/TestUtils.h b/spec/testUtils.h index 20b3ba8..20b3ba8 100644 --- a/spec/TestUtils.h +++ b/spec/testUtils.h |
