put all split widgets inside the same directory

This commit is contained in:
fourtf
2018-06-26 14:39:22 +02:00
parent beaa2e849a
commit 22f528cd21
26 changed files with 41 additions and 60 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "Channel.hpp"
#include "util/Helpers.hpp"
#include "util/LayoutCreator.hpp"
#include "widgets/Split.hpp"
#include "widgets/splits/Split.hpp"
#ifdef USEWEBENGINE
#include <QtWebEngineWidgets>