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
//============================================================================
#include <DockWidgetTab.h>
#include "DockWidgetTab.h"
#include "DockAreaWidget.h"
#include <QStackedLayout>

View File

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

View File

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

View File

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

View File

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