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

@ -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)