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:
parent
bc2565146a
commit
08cd33a780
@ -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>
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
#ifndef QCOCOAKEYMAPPER_H
|
||||
#define QCOCOAKEYMAPPER_H
|
||||
|
||||
#include <qcocoahelpers.h>
|
||||
#include "qcocoahelpers.h"
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <Carbon/Carbon.h>
|
||||
|
Loading…
Reference in New Issue
Block a user