mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
make headers coding standard compliant
This commit is contained in:
parent
7ef882c525
commit
1ef780c6cb
6 changed files with 14 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
// Created by Andrzej Kapolka on 5/6/13.
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
|
||||
#include "Environment.h"
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QMutexLocker>
|
||||
|
@ -20,6 +20,8 @@
|
|||
#include "renderer/ProgramObject.h"
|
||||
#include "world.h"
|
||||
|
||||
#include "Environment.h"
|
||||
|
||||
uint qHash(const HifiSockAddr& sockAddr) {
|
||||
if (sockAddr.getAddress().isNull()) {
|
||||
return 0; // shouldn't happen, but if it does, zero is a perfectly valid hash
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
#ifndef __interface__Environment__
|
||||
#define __interface__Environment__
|
||||
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include <QHash>
|
||||
#include <QMutex>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include "ImportDialog.h"
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include <QStandardPaths>
|
||||
#include <QGridLayout>
|
||||
|
@ -17,6 +17,8 @@
|
|||
|
||||
#include "Application.h"
|
||||
|
||||
#include "ImportDialog.h"
|
||||
|
||||
const QString WINDOW_NAME = QObject::tr("Import Voxels");
|
||||
const QString IMPORT_BUTTON_NAME = QObject::tr("Import Voxels");
|
||||
const QString LOADING_BUTTON_NAME = QObject::tr("Loading ...");
|
||||
|
|
|
@ -15,11 +15,12 @@
|
|||
|
||||
#include <SharedUtil.h>
|
||||
|
||||
#include "AmbientOcclusionEffect.h"
|
||||
#include "Application.h"
|
||||
#include "ProgramObject.h"
|
||||
#include "RenderUtil.h"
|
||||
|
||||
#include "AmbientOcclusionEffect.h"
|
||||
|
||||
const int ROTATION_WIDTH = 4;
|
||||
const int ROTATION_HEIGHT = 4;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include "ui/LogDialog.h"
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include <QDesktopWidget>
|
||||
#include <QTextBlock>
|
||||
|
@ -16,6 +16,8 @@
|
|||
|
||||
#include "Application.h"
|
||||
|
||||
#include "ui/LogDialog.h"
|
||||
|
||||
const int TOP_BAR_HEIGHT = 46;
|
||||
const int INITIAL_WIDTH = 720;
|
||||
const int MINIMAL_WIDTH = 570;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// Created by stojce on 23.10.2013.
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
|
||||
#include "RearMirrorTools.h"
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include <QMouseEvent>
|
||||
|
||||
|
@ -14,6 +14,8 @@
|
|||
#include "Application.h"
|
||||
#include "Util.h"
|
||||
|
||||
#include "RearMirrorTools.h"
|
||||
|
||||
const char SETTINGS_GROUP_NAME[] = "Rear View Tools";
|
||||
const char ZOOM_LEVEL_SETTINGS[] = "ZoomLevel";
|
||||
const int ICON_SIZE = 20;
|
||||
|
|
Loading…
Reference in a new issue