Use quotes instead of angle brackets for local includes in cocoa plugin.

This fixes an inconsistency with all other files in platform plugins.

Change-Id: If790f51e250c1e3b2e4525efbc18c59be9c5568b
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
This commit is contained in:
Jake Petroules 2016-03-31 21:19:03 -07:00
parent bc2565146a
commit 08cd33a780
2 changed files with 5 additions and 5 deletions

View File

@ -71,11 +71,11 @@
**
****************************************************************************/
#include <qcocoaapplication.h>
#include "qcocoaapplication.h"
#include <qcocoaintrospection.h>
#include <qcocoaapplicationdelegate.h>
#include <qcocoahelpers.h>
#include "qcocoaintrospection.h"
#include "qcocoaapplicationdelegate.h"
#include "qcocoahelpers.h"
#include <qguiapplication.h>
#include <qdebug.h>

View File

@ -40,7 +40,7 @@
#ifndef QCOCOAKEYMAPPER_H
#define QCOCOAKEYMAPPER_H
#include <qcocoahelpers.h>
#include "qcocoahelpers.h"
#include <AppKit/AppKit.h>
#include <Carbon/Carbon.h>