citra-qt: Renamed all .hxx headers to .h

This commit is contained in:
chrisvj 2015-01-03 15:51:14 -08:00
parent 9c8b867d86
commit b0a14cfe7f
30 changed files with 45 additions and 45 deletions

View file

@ -4,7 +4,7 @@
#include <QStandardItemModel>
#include "callstack.hxx"
#include "callstack.h"
#include "core/core.h"
#include "core/arm/arm_interface.h"

View file

@ -2,10 +2,10 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "disassembler.hxx"
#include "disassembler.h"
#include "../bootmanager.hxx"
#include "../hotkeys.hxx"
#include "../bootmanager.h"
#include "../hotkeys.h"
#include "common/common.h"
#include "core/mem_map.h"

View file

@ -2,7 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "graphics.hxx"
#include "graphics.h"
#include <QListView>
#include <QVBoxLayout>
#include <QDebug>

View file

@ -8,8 +8,8 @@
#include <QVBoxLayout>
#include <QLabel>
#include "graphics_breakpoints.hxx"
#include "graphics_breakpoints_p.hxx"
#include "graphics_breakpoints.h"
#include "graphics_breakpoints_p.h"
BreakPointModel::BreakPointModel(std::shared_ptr<Pica::DebugContext> debug_context, QObject* parent)
: QAbstractListModel(parent), context_weak(debug_context),

View file

@ -16,9 +16,9 @@
#include "video_core/debug_utils/debug_utils.h"
#include "graphics_cmdlists.hxx"
#include "graphics_cmdlists.h"
#include "util/spinbox.hxx"
#include "util/spinbox.h"
QImage LoadTexture(u8* src, const Pica::DebugUtils::TextureInfo& info) {
QImage decoded_image(info.width, info.height, QImage::Format_ARGB32);

View file

@ -13,9 +13,9 @@
#include "video_core/color.h"
#include "video_core/pica.h"
#include "graphics_framebuffer.hxx"
#include "graphics_framebuffer.h"
#include "util/spinbox.hxx"
#include "util/spinbox.h"
BreakPointObserverDock::BreakPointObserverDock(std::shared_ptr<Pica::DebugContext> debug_context,
const QString& title, QWidget* parent)

View file

@ -2,7 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "ramview.hxx"
#include "ramview.h"
#include "common/common.h"
#include "core/mem_map.h"

View file

@ -2,7 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "registers.hxx"
#include "registers.h"
#include "core/core.h"
#include "core/arm/arm_interface.h"