1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-16 02:59:51 +08:00

Merge pull request #72 from yozka/change_include_files

Change include files
This commit is contained in:
githubuser0xFFFF 2019-10-09 22:05:08 +02:00 committed by GitHub
commit 53fed8b765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@
//============================================================================ //============================================================================
// INCLUDES // INCLUDES
//============================================================================ //============================================================================
#include <DockWidgetTab.h> #include "DockWidgetTab.h"
#include "DockAreaWidget.h" #include "DockAreaWidget.h"
#include <QStackedLayout> #include <QStackedLayout>

View File

@ -28,7 +28,7 @@
//============================================================================ //============================================================================
// INCLUDES // INCLUDES
//============================================================================ //============================================================================
#include <DockWidgetTab.h> #include "DockWidgetTab.h"
#include "DockManager.h" #include "DockManager.h"
#include <algorithm> #include <algorithm>

View File

@ -28,7 +28,7 @@
//============================================================================ //============================================================================
// INCLUDES // INCLUDES
//============================================================================ //============================================================================
#include <DockWidgetTab.h> #include "DockWidgetTab.h"
#include "DockWidget.h" #include "DockWidget.h"
#include <QBoxLayout> #include <QBoxLayout>

View File

@ -28,7 +28,7 @@
//============================================================================ //============================================================================
// INCLUDES // INCLUDES
//============================================================================ //============================================================================
#include <ElidingLabel.h> #include "ElidingLabel.h"
#include "DockWidgetTab.h" #include "DockWidgetTab.h"
#include <QBoxLayout> #include <QBoxLayout>

View File

@ -27,7 +27,7 @@
//============================================================================ //============================================================================
// INCLUDES // INCLUDES
//============================================================================ //============================================================================
#include <ElidingLabel.h> #include "ElidingLabel.h"
#include <QMouseEvent> #include <QMouseEvent>